Date: Tue, 26 Nov 2013 17:18:33 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334954 - head/sysutils/eiciel Message-ID: <201311261718.rAQHIXKO059781@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Nov 26 17:18:32 2013 New Revision: 334954 URL: http://svnweb.freebsd.org/changeset/ports/334954 Log: sysutils/eiciel: update to 0.9.8.2 - Update to 0.9.8.2 - Allow staging - USES gettext gmake PR: ports/184222 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Modified: head/sysutils/eiciel/Makefile head/sysutils/eiciel/distinfo head/sysutils/eiciel/pkg-plist Modified: head/sysutils/eiciel/Makefile ============================================================================== --- head/sysutils/eiciel/Makefile Tue Nov 26 17:01:08 2013 (r334953) +++ head/sysutils/eiciel/Makefile Tue Nov 26 17:18:32 2013 (r334954) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= eiciel -PORTVERSION= 0.9.8.1 -PORTREVISION= 2 +PORTVERSION= 0.9.8.2 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ @@ -12,32 +11,14 @@ COMMENT= GNOME-based ACL editor, with in LICENSE= GPLv2 -LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 - USE_BZIP2= yes -USES= pathfix pkgconfig -USE_GNOME= gnomeprefix intlhack nautilus2 libgnomeui - -USE_GMAKE= yes +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2 USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --with-gnome-version=2 \ + --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 - -MAN1= eiciel.1 - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> Modified: head/sysutils/eiciel/distinfo ============================================================================== --- head/sysutils/eiciel/distinfo Tue Nov 26 17:01:08 2013 (r334953) +++ head/sysutils/eiciel/distinfo Tue Nov 26 17:18:32 2013 (r334954) @@ -1,2 +1,2 @@ -SHA256 (eiciel-0.9.8.1.tar.bz2) = 1e0e16e624235d4e93770146fec3665d362421f277322fd50b02c33d774e6b8a -SIZE (eiciel-0.9.8.1.tar.bz2) = 617663 +SHA256 (eiciel-0.9.8.2.tar.bz2) = fd99837a57adf83767765a4f096ae81c0af7e33f81df24c55c304b3b649c2079 +SIZE (eiciel-0.9.8.2.tar.bz2) = 648067 Modified: head/sysutils/eiciel/pkg-plist ============================================================================== --- head/sysutils/eiciel/pkg-plist Tue Nov 26 17:01:08 2013 (r334953) +++ head/sysutils/eiciel/pkg-plist Tue Nov 26 17:18:32 2013 (r334954) @@ -2,6 +2,7 @@ bin/eiciel lib/nautilus/extensions-2.0/libeiciel-nautilus.a lib/nautilus/extensions-2.0/libeiciel-nautilus.la lib/nautilus/extensions-2.0/libeiciel-nautilus.so +man/man1/eiciel.1.gz share/applications/eiciel.desktop %%DATADIR%%/img/group-acl-default.png %%DATADIR%%/img/group-acl.png @@ -40,10 +41,10 @@ share/gnome/help/eiciel/C/figures/user-a 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 -%%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 +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 @dirrm share/gnome/help/eiciel/C/figures @dirrm share/gnome/help/eiciel/C @dirrm share/gnome/help/eiciel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261718.rAQHIXKO059781>