From fb2c6b1a39c464b04478cdaf65608009daa04d9f Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 23 Dec 2013 06:21:19 +0000 Subject: - update to 0.12.1 - stage support --- security/gtkpasman/Makefile | 22 +++++++--------------- security/gtkpasman/distinfo | 4 ++-- security/gtkpasman/files/pkg-message.in | 2 -- 3 files changed, 9 insertions(+), 19 deletions(-) (limited to 'security/gtkpasman') diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 6fa64cc782aa..1035557d4d91 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtkpasman -PORTVERSION= 0.12 +PORTVERSION= 0.12.1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,31 +20,23 @@ USE_XZ= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -DOCS= README data/gpasman4.sample +PORTDOCS= * PLIST_FILES= bin/gtkpasman share/applications/gtkpasman.desktop -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= README gpasman4.sample -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/src/Makefile.* do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/data/gtkpasman.desktop \ - ${PREFIX}/share/applications -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} -.endif + ${STAGEDIR}${PREFIX}/share/applications + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/data && ${INSTALL_DATA} gpasman4.sample ${STAGEDIR}${DOCSDIR}) post-install: -.if ${PORT_OPTIONS:MDOCS} @${CAT} ${PKGMESSAGE} -.endif .include diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo index 4446eb3ca856..ddd97911231b 100644 --- a/security/gtkpasman/distinfo +++ b/security/gtkpasman/distinfo @@ -1,2 +1,2 @@ -SHA256 (gtkpasman-0.12.tar.xz) = 5080035952a8aea2ce73de1b59ec531ec9cc3150e729e2b328745056e33570f7 -SIZE (gtkpasman-0.12.tar.xz) = 107480 +SHA256 (gtkpasman-0.12.1.tar.xz) = b07b38a328019aa8cbec0a2a2df9410cde6ef49b81a8f561380c08e0347d27d5 +SIZE (gtkpasman-0.12.1.tar.xz) = 111888 diff --git a/security/gtkpasman/files/pkg-message.in b/security/gtkpasman/files/pkg-message.in index 7b773d532578..299812600b11 100644 --- a/security/gtkpasman/files/pkg-message.in +++ b/security/gtkpasman/files/pkg-message.in @@ -1,4 +1,3 @@ - ##################################################################### This port installs a sample password file in the following location: @@ -7,4 +6,3 @@ This port installs a sample password file in the following location: You may find this file useful while making your own password file. Also note that the File->Open function is not implemented yet. ##################################################################### - -- cgit v1.2.3