Date: Wed, 11 May 2016 09:03:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414980 - in head/security/gcipher: . files Message-ID: <201605110903.u4B93YdE090088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605110903.u4B93YdE090088>