From owner-svn-ports-head@freebsd.org Mon Feb 26 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC968F3622F; Mon, 26 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5835E6AE64; Mon, 26 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 534261961F; Mon, 26 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q932tj097379; Mon, 26 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q932OJ097377; Mon, 26 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802260903.w1Q932OJ097377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 09:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463003 - head/security/fpm2 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/security/fpm2 X-SVN-Commit-Revision: 463003 X-SVN-Commit-Repository: ports 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.25 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, 26 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Mon Feb 26 09:03:01 2018 New Revision: 463003 URL: https://svnweb.freebsd.org/changeset/ports/463003 Log: - Update WWW - Fix LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Fix build with disabled NLS - Switch to options helpers Approved by: portmgr blanket Modified: head/security/fpm2/Makefile head/security/fpm2/pkg-descr Modified: head/security/fpm2/Makefile ============================================================================== --- head/security/fpm2/Makefile Mon Feb 26 09:02:41 2018 (r463002) +++ head/security/fpm2/Makefile Mon Feb 26 09:03:01 2018 (r463003) @@ -5,21 +5,20 @@ PORTNAME= fpm2 PORTVERSION= 0.79 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://als.regnet.cz/fpm2/download/ +MASTER_SITES= https://als.regnet.cz/fpm2/download MAINTAINER= nemysis@FreeBSD.org COMMENT= Program that allows you to securely store the passwords -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake pkgconfig tar:bzip2 +USES= gmake localbase pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool INSTALLS_OMF= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS ChangeLog README @@ -29,10 +28,9 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext +NLS_USES_OFF= gettext-tools -.include - # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limit:^0.7\..* @@ -48,11 +46,10 @@ post-patch: @${REINPLACE_CMD} -e 's|gdk_pixbuf_unref|g_object_unref|g' \ ${WRKSRC}/src/interface.c -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|USE_NLS=yes|USE_NLS=no|' ${WRKSRC}/configure -.endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/security/fpm2/pkg-descr ============================================================================== --- head/security/fpm2/pkg-descr Mon Feb 26 09:02:41 2018 (r463002) +++ head/security/fpm2/pkg-descr Mon Feb 26 09:03:01 2018 (r463003) @@ -15,4 +15,4 @@ passwords using GTK2 interface. Features include: - Auto-minimise and/or auto-locking passwords database after configurable time to the tray icon. -WWW: http://als.regnet.cz/fpm2/ +WWW: https://als.regnet.cz/fpm2/