Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 17:08:42 +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: r326037 - head/security/gtkpasman
Message-ID:  <201309021708.r82H8ggF099013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Sep  2 17:08:42 2013
New Revision: 326037
URL: http://svnweb.freebsd.org/changeset/ports/326037

Log:
  - update to 0.12
  - trim Makefile header
  - convert gmake and desktopfileutils deps to USES equivalents
  - convert to optionsng (DOCS case)
  - general clean-up

Modified:
  head/security/gtkpasman/Makefile
  head/security/gtkpasman/distinfo

Modified: head/security/gtkpasman/Makefile
==============================================================================
--- head/security/gtkpasman/Makefile	Mon Sep  2 17:07:10 2013	(r326036)
+++ head/security/gtkpasman/Makefile	Mon Sep  2 17:08:42 2013	(r326037)
@@ -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>

Modified: head/security/gtkpasman/distinfo
==============================================================================
--- head/security/gtkpasman/distinfo	Mon Sep  2 17:07:10 2013	(r326036)
+++ head/security/gtkpasman/distinfo	Mon Sep  2 17:08:42 2013	(r326037)
@@ -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



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