diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-07 22:50:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-07 22:50:51 +0800 |
commit | 845580078f166c979e18200e190a2be73d756c59 (patch) | |
tree | cc386690e29b7ddb42459c6c57e7bf0813dd6ca0 /sysutils | |
parent | afe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50 (diff) | |
download | marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.gz marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.bz2 marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.lz marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.xz marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.zst marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16376 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 13 | ||||
-rw-r--r-- | sysutils/polkit-gnome/distinfo | 4 | ||||
-rw-r--r-- | sysutils/polkit-gnome/pkg-plist | 2 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index ff4634a4a..0409920cd 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -3,28 +3,29 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.16 2011/02/23 18:07:13 kwm Exp $ +# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.17 2011/03/04 12:35:48 kwm Exp $ # PORTNAME= polkit-gnome -PORTVERSION= 0.101 +PORTVERSION= 0.102 CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME frontend to the PolicKit framework LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomehack gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ + --with-gtk=2.0 \ --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/sysutils/polkit-gnome/distinfo b/sysutils/polkit-gnome/distinfo index 88eeeee79..ecbe1371f 100644 --- a/sysutils/polkit-gnome/distinfo +++ b/sysutils/polkit-gnome/distinfo @@ -1,2 +1,2 @@ -SHA256 (polkit-gnome-0.101.tar.bz2) = f1452e37b6681a0ade2c0cbb3734e6f78c421b958ab4d4eb6a2cd3b9f50db8d0 -SIZE (polkit-gnome-0.101.tar.bz2) = 408431 +SHA256 (polkit-gnome-0.102.tar.xz) = c78cee0001128dc1b00248ed11ffd23988d9cd0ce78c8b00eb36880b289e7598 +SIZE (polkit-gnome-0.102.tar.xz) = 335144 diff --git a/sysutils/polkit-gnome/pkg-plist b/sysutils/polkit-gnome/pkg-plist index 0df871a6d..8a83b404a 100644 --- a/sysutils/polkit-gnome/pkg-plist +++ b/sysutils/polkit-gnome/pkg-plist @@ -19,6 +19,7 @@ share/locale/da/LC_MESSAGES/polkit-gnome-1.mo share/locale/de/LC_MESSAGES/polkit-gnome-1.mo share/locale/el/LC_MESSAGES/polkit-gnome-1.mo share/locale/en_GB/LC_MESSAGES/polkit-gnome-1.mo +share/locale/eo/LC_MESSAGES/polkit-gnome-1.mo share/locale/es/LC_MESSAGES/polkit-gnome-1.mo share/locale/eu/LC_MESSAGES/polkit-gnome-1.mo share/locale/fi/LC_MESSAGES/polkit-gnome-1.mo @@ -50,6 +51,7 @@ share/locale/sv/LC_MESSAGES/polkit-gnome-1.mo share/locale/ta/LC_MESSAGES/polkit-gnome-1.mo share/locale/te/LC_MESSAGES/polkit-gnome-1.mo share/locale/th/LC_MESSAGES/polkit-gnome-1.mo +share/locale/tr/LC_MESSAGES/polkit-gnome-1.mo share/locale/uk/LC_MESSAGES/polkit-gnome-1.mo share/locale/vi/LC_MESSAGES/polkit-gnome-1.mo share/locale/zh_CN/LC_MESSAGES/polkit-gnome-1.mo |