From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 17:08:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11B3067A; Mon, 2 Sep 2013 17:08:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9C7122C3; Mon, 2 Sep 2013 17:08:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H8gps099015; Mon, 2 Sep 2013 17:08:42 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H8ggF099013; Mon, 2 Sep 2013 17:08:42 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309021708.r82H8ggF099013@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 2 Sep 2013 17:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326037 - head/security/gtkpasman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 17:08:43 -0000 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 # $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 + +.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 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