diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-05 17:21:11 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-05 17:21:11 +0000 |
commit | 07211277f5ba1ecd2f5a481ad4c85f31184967bb (patch) | |
tree | f8120123b9fbb16dfc788d43c3ec1c996ee6f97e /security/gtkpasman | |
parent | 161616fb1097fcfbfe1321f93435d7f69dfc7af4 (diff) | |
download | FreeBSD-ports-07211277f5ba1ecd2f5a481ad4c85f31184967bb.zip FreeBSD-ports-07211277f5ba1ecd2f5a481ad4c85f31184967bb.tar.gz |
Update to 0.7
PR: 86929
Submitted by: Philippe Rocques <phil@teaser.fr> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'security/gtkpasman')
-rw-r--r-- | security/gtkpasman/Makefile | 15 | ||||
-rw-r--r-- | security/gtkpasman/distinfo | 4 | ||||
-rw-r--r-- | security/gtkpasman/files/pkg-message.in (renamed from security/gtkpasman/pkg-message) | 1 |
3 files changed, 9 insertions, 11 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index cc0d588..287d1fe 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtkpasman -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= phil@teaser.fr COMMENT= A GTK+ passwords manager for system and network administrators -DOCS= README src/gpasman4.sample - RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg BUILD_DEPENDS+= gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf @@ -23,10 +21,15 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_ACLOCAL_VER= 14 +USE_AUTOMAKE_VER= 14 +SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +DOCS= README src/gpasman4.sample PLIST_FILES= bin/gtkpasman + .if !defined(NOPORTDOCS) PORTDOCS= README gpasman4.sample .endif @@ -38,11 +41,7 @@ do-install: ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif -.for text in pkg-message - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${PKGDIR}/${text} >${WRKDIR}/${text} -.endfor - +post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo index 3ea49b5..954b2ae 100644 --- a/security/gtkpasman/distinfo +++ b/security/gtkpasman/distinfo @@ -1,2 +1,2 @@ -MD5 (gtkpasman-0.6.tar.gz) = 89bb1f4b2e65cb4c911586e0f2fbcbd5 -SIZE (gtkpasman-0.6.tar.gz) = 108978 +MD5 (gtkpasman-0.7.tar.gz) = f44b33d095e998279473a3879d797562 +SIZE (gtkpasman-0.7.tar.gz) = 106964 diff --git a/security/gtkpasman/pkg-message b/security/gtkpasman/files/pkg-message.in index 4a0260e..1abd72bf 100644 --- a/security/gtkpasman/pkg-message +++ b/security/gtkpasman/files/pkg-message.in @@ -8,4 +8,3 @@ You may find this file useful while making your own password file. Also note that the File->Open function is not implemented yet. ##################################################################### - |