diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-02 17:08:42 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-02 17:08:42 +0000 |
commit | 97774589097e556499b60e2ebdff5149df1480bb (patch) | |
tree | 921d022739071efa72ce234b13ffea9faf009d22 /security/gtkpasman | |
parent | b041516b8c091dd4c5dea152dc865e2575c2971b (diff) |
Notes
Diffstat (limited to 'security/gtkpasman')
-rw-r--r-- | security/gtkpasman/Makefile | 26 | ||||
-rw-r--r-- | security/gtkpasman/distinfo | 4 |
2 files changed, 14 insertions, 16 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 59a38fbc6022..a981f7af1e1d 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -1,32 +1,31 @@ -# Created by: Philippe Rocques +# Created by: Philippe Rocques <phil@teaser.fr> # $FreeBSD$ -# PORTNAME= gtkpasman -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= GTK+ passwords manager for system and network administrators RUN_DEPENDS+= gpgv2:${PORTSDIR}/security/gnupg -USE_GMAKE= yes -USE_GNOME= desktopfileutils gtk20 +USES= desktop-file-utils gmake +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk2 -USE_AUTOTOOLS= automake aclocal autoconf +USE_XZ= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= README data/gpasman4.sample PLIST_FILES= bin/gtkpasman share/applications/gtkpasman.desktop -ACLOCAL_ARGS?= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= README gpasman4.sample .endif @@ -36,16 +35,15 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/data/gtkpasman.desktop \ - ${PREFIX}/share/applications -.if !defined(NOPORTDOCS) + ${PREFIX}/share/applications +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${CAT} ${PKGMESSAGE} .endif - @-update-desktop-database .include <bsd.port.mk> diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo index de7885c10050..4446eb3ca856 100644 --- a/security/gtkpasman/distinfo +++ b/security/gtkpasman/distinfo @@ -1,2 +1,2 @@ -SHA256 (gtkpasman-0.11.tar.gz) = a2514a96ca195f1e0834dea573119e97c48104ef2a6f6fd512ee045bcb03a3a2 -SIZE (gtkpasman-0.11.tar.gz) = 117037 +SHA256 (gtkpasman-0.12.tar.xz) = 5080035952a8aea2ce73de1b59ec531ec9cc3150e729e2b328745056e33570f7 +SIZE (gtkpasman-0.12.tar.xz) = 107480 |