svn commit: r361102 - head/security/gpass

Pawel Pekala pawel at FreeBSD.org
Mon Jul 7 16:02:07 UTC 2014


Author: pawel
Date: Mon Jul  7 16:02:06 2014
New Revision: 361102
URL: http://svnweb.freebsd.org/changeset/ports/361102
QAT: https://qat.redports.org/buildarchive/r361102/

Log:
  - Add staging support
  - Convert to new LIB_DEPENDS format, USES=desktop-file-utils
  - Remove Author tag from pkg-descr

Modified:
  head/security/gpass/Makefile
  head/security/gpass/pkg-descr
  head/security/gpass/pkg-plist

Modified: head/security/gpass/Makefile
==============================================================================
--- head/security/gpass/Makefile	Mon Jul  7 15:42:36 2014	(r361101)
+++ head/security/gpass/Makefile	Mon Jul  7 16:02:06 2014	(r361102)
@@ -10,19 +10,16 @@ MASTER_SITES=	http://projects.netlab.jp/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Password manager for GNOME2
 
-LIB_DEPENDS=	mcrypt:${PORTSDIR}/security/mcrypt \
-		mhash:${PORTSDIR}/security/mhash
+LIB_DEPENDS=	libmcrypt.so:${PORTSDIR}/security/mcrypt \
+		libmhash.so:${PORTSDIR}/security/mhash
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib -export-dynamic
 
-MAN1=		gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
-
-USES=		pathfix gmake pkgconfig
+USES=		desktop-file-utils gmake pathfix pkgconfig
 USE_GNOME=	gnomeprefix gtk20 libgnomeui intltool libglade2
 GCONF_SCHEMAS=	gpass.schemas
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
 		${WRKSRC}/configure
@@ -30,7 +27,4 @@ post-patch:
 		${WRKSRC}/include/gpass/error.h \
 		${WRKSRC}/src/helper.h
 
-post-install:
-	@-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/security/gpass/pkg-descr
==============================================================================
--- head/security/gpass/pkg-descr	Mon Jul  7 15:42:36 2014	(r361101)
+++ head/security/gpass/pkg-descr	Mon Jul  7 16:02:06 2014	(r361102)
@@ -15,5 +15,4 @@ Features:
     * You can launch a website and the associated username/passwords
       direct from GPass
 
-Author:	Kouji TAKAO <kouji -at- netlab.jp>
 WWW: http://projects.netlab.jp/gpass/

Modified: head/security/gpass/pkg-plist
==============================================================================
--- head/security/gpass/pkg-plist	Mon Jul  7 15:42:36 2014	(r361101)
+++ head/security/gpass/pkg-plist	Mon Jul  7 16:02:06 2014	(r361102)
@@ -1,5 +1,9 @@
 bin/gpass
 bin/gpass-convert
+man/man1/gpass-convert.1.gz
+man/man1/gpass-convert.ja.1.gz
+man/man1/gpass.1.gz
+man/man1/gpass.ja.1.gz
 share/applications/gpass.desktop
 share/pixmaps/gpass-icon.png
 %%DATADIR%%/attribute-editor.glade
@@ -13,5 +17,3 @@ share/pixmaps/gpass-icon.png
 %%DATADIR%%/welcome.glade
 %%DATADIR%%/window.glade
 @dirrm %%DATADIR%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-head mailing list