From owner-svn-ports-head@freebsd.org Wed May 11 09:03:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B2D8B3690D; Wed, 11 May 2016 09:03:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id 537DF132D; Wed, 11 May 2016 09:03:35 +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 u4B93Y97090091; Wed, 11 May 2016 09:03:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4B93YdE090088; Wed, 11 May 2016 09:03:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605110903.u4B93YdE090088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 11 May 2016 09:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414980 - in head/security/gcipher: . files 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.22 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: Wed, 11 May 2016 09:03:35 -0000 Author: amdmi3 Date: Wed May 11 09:03:34 2016 New Revision: 414980 URL: https://svnweb.freebsd.org/changeset/ports/414980 Log: - Add NO_ARCH - Switch to options helpers - Regenerate patches with `make makepatch` - Fix WWW: Modified: head/security/gcipher/Makefile head/security/gcipher/files/patch-gcipher.desktop head/security/gcipher/pkg-descr Modified: head/security/gcipher/Makefile ============================================================================== --- head/security/gcipher/Makefile Wed May 11 08:20:00 2016 (r414979) +++ head/security/gcipher/Makefile Wed May 11 09:03:34 2016 (r414980) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GNOME= pygnome2 USES= python +NO_ARCH= yes OPTIONS_DEFINE= DOCS @@ -51,6 +52,8 @@ do-install: ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/plugins) ${FIND} ${STAGEDIR}${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx ${FIND} ${STAGEDIR}${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && \ ${INSTALL_DATA} CONTRIB README ${STAGEDIR}${DOCSDIR}) Modified: head/security/gcipher/files/patch-gcipher.desktop ============================================================================== --- head/security/gcipher/files/patch-gcipher.desktop Wed May 11 08:20:00 2016 (r414979) +++ head/security/gcipher/files/patch-gcipher.desktop Wed May 11 09:03:34 2016 (r414980) @@ -1,7 +1,6 @@ -diff -ur ../gcipher-1.0.orig/src/gcipher.desktop ./src/gcipher.desktop ---- ../gcipher-1.0.orig/src/gcipher.desktop Wed Jun 25 15:07:51 2003 -+++ ./src/gcipher.desktop Wed Jun 25 15:08:47 2003 -@@ -4,8 +4,8 @@ +--- src/gcipher.desktop.orig 2003-06-21 21:17:28 UTC ++++ src/gcipher.desktop +@@ -4,8 +4,8 @@ Comment=A simple encryption tool Name[en_US.ISO8859-15]=GCipher Comment[en_US.ISO8859-15]=A simple encryption tool Exec=gcipher Modified: head/security/gcipher/pkg-descr ============================================================================== --- head/security/gcipher/pkg-descr Wed May 11 08:20:00 2016 (r414979) +++ head/security/gcipher/pkg-descr Wed May 11 09:03:34 2016 (r414980) @@ -2,4 +2,4 @@ This is a simple encryption tool to work algorithms. It can run as either a GUI, a command-line application, or a network proxy. -WWW: http://gcipher.sourceforge.net +WWW: http://gcipher.sourceforge.net/