Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 06:21:20 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337228 - in head/security/gtkpasman: . files
Message-ID:  <201312230621.rBN6LKVJ029996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec 23 06:21:19 2013
New Revision: 337228
URL: http://svnweb.freebsd.org/changeset/ports/337228

Log:
  - update to 0.12.1
  - stage support

Modified:
  head/security/gtkpasman/Makefile
  head/security/gtkpasman/distinfo
  head/security/gtkpasman/files/pkg-message.in

Modified: head/security/gtkpasman/Makefile
==============================================================================
--- head/security/gtkpasman/Makefile	Mon Dec 23 04:33:04 2013	(r337227)
+++ head/security/gtkpasman/Makefile	Mon Dec 23 06:21:19 2013	(r337228)
@@ -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 <bsd.port.options.mk>
 
-.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 <bsd.port.mk>

Modified: head/security/gtkpasman/distinfo
==============================================================================
--- head/security/gtkpasman/distinfo	Mon Dec 23 04:33:04 2013	(r337227)
+++ head/security/gtkpasman/distinfo	Mon Dec 23 06:21:19 2013	(r337228)
@@ -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

Modified: head/security/gtkpasman/files/pkg-message.in
==============================================================================
--- head/security/gtkpasman/files/pkg-message.in	Mon Dec 23 04:33:04 2013	(r337227)
+++ head/security/gtkpasman/files/pkg-message.in	Mon Dec 23 06:21:19 2013	(r337228)
@@ -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 fil
 You may find this file useful while making your own password file.
 Also note that the File->Open function is not implemented yet.
 #####################################################################
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312230621.rBN6LKVJ029996>