diff options
author | pawel <pawel@FreeBSD.org> | 2012-01-29 07:15:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-01-29 07:15:57 +0800 |
commit | 5da1f97c575737e1c856c370787979c9a3138eaf (patch) | |
tree | ed886e7ceb0209b47455971bdf6173a890e819cf /sysutils | |
parent | c5fe0f0bfe09e09b269455d13c89ced62704a893 (diff) | |
download | freebsd-ports-gnome-5da1f97c575737e1c856c370787979c9a3138eaf.tar.gz freebsd-ports-gnome-5da1f97c575737e1c856c370787979c9a3138eaf.tar.zst freebsd-ports-gnome-5da1f97c575737e1c856c370787979c9a3138eaf.zip |
- Update to version 0.9.8.1
- Put LICENSE in correct place
- Add support for WITHOUT_NLS
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/eiciel/Makefile | 16 | ||||
-rw-r--r-- | sysutils/eiciel/distinfo | 4 | ||||
-rw-r--r-- | sysutils/eiciel/pkg-plist | 8 |
3 files changed, 18 insertions, 10 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 4c2c839e7ef9..1c40b566d5e5 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -6,20 +6,20 @@ # PORTNAME= eiciel -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.8.1 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME-based ACL editor, with integration into Nautilus -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 - LICENSE= GPLv2 +LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 + USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui -USE_GETTEXT= yes + USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include @@ -29,6 +29,14 @@ MAKE_JOBS_SAFE= yes MAN1= eiciel.1 +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + post-install: @${CAT} ${PKGMESSAGE} diff --git a/sysutils/eiciel/distinfo b/sysutils/eiciel/distinfo index 8552a9057ed6..a6684ff460a6 100644 --- a/sysutils/eiciel/distinfo +++ b/sysutils/eiciel/distinfo @@ -1,2 +1,2 @@ -SHA256 (eiciel-0.9.8.tar.bz2) = 911f331ed152b354fdb61297393c6f18780b54f9f0b274c29a137c0ec8c1a747 -SIZE (eiciel-0.9.8.tar.bz2) = 593641 +SHA256 (eiciel-0.9.8.1.tar.bz2) = 1e0e16e624235d4e93770146fec3665d362421f277322fd50b02c33d774e6b8a +SIZE (eiciel-0.9.8.1.tar.bz2) = 617663 diff --git a/sysutils/eiciel/pkg-plist b/sysutils/eiciel/pkg-plist index 6f2700dcf63c..936b8fc2460c 100644 --- a/sysutils/eiciel/pkg-plist +++ b/sysutils/eiciel/pkg-plist @@ -40,10 +40,10 @@ share/gnome/help/eiciel/C/figures/user-acl-default.png share/gnome/help/eiciel/C/figures/user-acl.png share/gnome/help/eiciel/C/figures/user-default.png share/gnome/help/eiciel/C/figures/user.png -share/locale/ca/LC_MESSAGES/eiciel.mo -share/locale/de/LC_MESSAGES/eiciel.mo -share/locale/es/LC_MESSAGES/eiciel.mo -share/locale/sv/LC_MESSAGES/eiciel.mo +%%NLS%%share/locale/ca/LC_MESSAGES/eiciel.mo +%%NLS%%share/locale/de/LC_MESSAGES/eiciel.mo +%%NLS%%share/locale/es/LC_MESSAGES/eiciel.mo +%%NLS%%share/locale/sv/LC_MESSAGES/eiciel.mo @dirrm share/gnome/help/eiciel/C/figures @dirrm share/gnome/help/eiciel/C @dirrm share/gnome/help/eiciel |