diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-19 04:13:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-19 04:13:19 +0800 |
commit | 524d5dd888ba5abf47de5bf781bd28bac926e3d2 (patch) | |
tree | f45223a0b0c0f1d0d03f7cab3bd3debe73c562d8 | |
parent | 85d061a252f1ea7c1388d2a3b26573d70d97d9a6 (diff) | |
download | marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.tar marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.tar.gz marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.tar.bz2 marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.tar.lz marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.tar.xz marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.tar.zst marcuscom-ports-524d5dd888ba5abf47de5bf781bd28bac926e3d2.zip |
Update to 1.8.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16466 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/cogl/Makefile | 10 | ||||
-rw-r--r-- | graphics/cogl/distinfo | 4 | ||||
-rw-r--r-- | graphics/cogl/pkg-plist | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index 92a461601..5cd5bc21c 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -3,11 +3,11 @@ # Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cogl/Makefile,v 1.3 2011/09/15 18:03:57 kwm Exp $ +# $MCom: ports/graphics/cogl/Makefile,v 1.4 2011/09/19 20:27:20 kwm Exp $ # PORTNAME= cogl -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 CATEGORIES= graphics MASTER_SITES= GNOME @@ -30,9 +30,7 @@ USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes CONFIGURE_ARGS= --with-x -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.mk> diff --git a/graphics/cogl/distinfo b/graphics/cogl/distinfo index 9a464b095..4be332cfe 100644 --- a/graphics/cogl/distinfo +++ b/graphics/cogl/distinfo @@ -1,2 +1,2 @@ -SHA256 (cogl-1.8.0.tar.xz) = b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c -SIZE (cogl-1.8.0.tar.xz) = 1017512 +SHA256 (cogl-1.8.2.tar.xz) = ec26fd90c4ba5643875b5f3a04b4ab14b24f0d618ba3d239d61e773c3e3ca8c7 +SIZE (cogl-1.8.2.tar.xz) = 1029304 diff --git a/graphics/cogl/pkg-plist b/graphics/cogl/pkg-plist index aa5a0e0b3..96fa7ea41 100644 --- a/graphics/cogl/pkg-plist +++ b/graphics/cogl/pkg-plist @@ -67,6 +67,7 @@ share/gir-1.0/CoglPango-1.0.gir share/locale/ar/LC_MESSAGES/cogl.mo share/locale/ast/LC_MESSAGES/cogl.mo share/locale/be/LC_MESSAGES/cogl.mo +share/locale/bg/LC_MESSAGES/cogl.mo share/locale/ca/LC_MESSAGES/cogl.mo share/locale/cs/LC_MESSAGES/cogl.mo share/locale/de/LC_MESSAGES/cogl.mo @@ -79,10 +80,12 @@ share/locale/eu/LC_MESSAGES/cogl.mo share/locale/fa/LC_MESSAGES/cogl.mo share/locale/fr/LC_MESSAGES/cogl.mo share/locale/gl/LC_MESSAGES/cogl.mo +share/locale/hu/LC_MESSAGES/cogl.mo share/locale/id/LC_MESSAGES/cogl.mo share/locale/it/LC_MESSAGES/cogl.mo share/locale/ja/LC_MESSAGES/cogl.mo share/locale/kn/LC_MESSAGES/cogl.mo +share/locale/ko/LC_MESSAGES/cogl.mo share/locale/lt/LC_MESSAGES/cogl.mo share/locale/lv/LC_MESSAGES/cogl.mo share/locale/nb/LC_MESSAGES/cogl.mo |