[120171] trunk/dports/mail/signing-party
cal at macports.org
cal at macports.org
Sun May 18 05:37:31 PDT 2014
Revision: 120171
https://trac.macports.org/changeset/120171
Author: cal at macports.org
Date: 2014-05-18 05:37:30 -0700 (Sun, 18 May 2014)
Log Message:
-----------
signing-party: update to 1.1.7, closes #43703
Modified Paths:
--------------
trunk/dports/mail/signing-party/Portfile
trunk/dports/mail/signing-party/files/gpgwrap-makefile-usingtherightcompiler.patch
trunk/dports/mail/signing-party/files/keyanalyze-makefile-usingtherightcompiler.patch
Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile 2014-05-18 12:10:50 UTC (rev 120170)
+++ trunk/dports/mail/signing-party/Portfile 2014-05-18 12:37:30 UTC (rev 120171)
@@ -4,9 +4,9 @@
PortSystem 1.0
name signing-party
-version 1.1.5
-checksums rmd160 e1bb708697b83dc20dafbc3621b56796ecc46e27 \
- sha256 af67052373996d8c34f9a4eb4822305c4d5f1dab6c807722f4b04fb5035c1363
+version 1.1.7
+checksums rmd160 2608c87010a273cce9cc52f217c4f6e362c33c64 \
+ sha256 5e183d840a5cd76269ca14772ee4039ef4b162bff00636f5054900e1f459bcc7
categories mail security
maintainers cal openmaintainer
@@ -21,6 +21,7 @@
master_sites debian:s/signing-party/
distname ${name}_${version}
worksrcdir ${name}-${version}
+extract.mkdir yes
extract.suffix .orig.tar.gz
patchfiles gpgwrap-makefile-usingtherightcompiler.patch \
@@ -28,6 +29,9 @@
use_configure no
+depends_build port:automake17 \
+ port:autoconf
+
depends_lib port:perl5.16 \
port:p5.16-class-methodmaker \
port:p5.16-mailtools \
@@ -107,7 +111,6 @@
xinstall -m 0644 \
${worksrcpath}/caff/caffrc.sample \
${worksrcpath}/gpg-mailkeys/example.gpg-mailkeysrc \
- ${worksrcpath}/gpgsigs/gpgsigs-eps-helper \
${destroot}${prefix}/share/doc/signing-party
}
Modified: trunk/dports/mail/signing-party/files/gpgwrap-makefile-usingtherightcompiler.patch
===================================================================
--- trunk/dports/mail/signing-party/files/gpgwrap-makefile-usingtherightcompiler.patch 2014-05-18 12:10:50 UTC (rev 120170)
+++ trunk/dports/mail/signing-party/files/gpgwrap-makefile-usingtherightcompiler.patch 2014-05-18 12:37:30 UTC (rev 120171)
@@ -1,19 +1,12 @@
---- gpgwrap/src/Makefile.orig 2011-12-10 01:16:21.000000000 +0100
-+++ gpgwrap/src/Makefile 2011-12-10 01:19:41.000000000 +0100
-@@ -1,4 +1,6 @@
--CC=${DIET} gcc -s -Wall -O2 -fomit-frame-pointer
+--- gpgwrap/src/Makefile.orig 2014-05-18 14:21:15.000000000 +0200
++++ gpgwrap/src/Makefile 2014-05-18 14:22:41.000000000 +0200
+@@ -1,7 +1,5 @@
+-CC=${DIET} gcc -s
+-CFLAGS:=-Wall -O2 -fomit-frame-pointer
+-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+CC ?= gcc
-+CFLAGS ?= -Wall -O2
-+CFLAGS += -s -fomit-frame-pointer
++CFLAGS ?= -Wall -O2 -fomit-frame-pointer
STRIP=strip -R .note -R .comment
RM=rm -f
TARGET=../bin/gpgwrap
-@@ -8,7 +10,7 @@
- all: ${TARGET}
-
- ${TARGET}: gpgwrap.c
-- ${CC} -o ${TARGET} gpgwrap.c
-+ ${CC} ${CFLAGS} -o ${TARGET} gpgwrap.c
- ${STRIP} ${TARGET} 2>/dev/null || true
-
- clean:
Modified: trunk/dports/mail/signing-party/files/keyanalyze-makefile-usingtherightcompiler.patch
===================================================================
--- trunk/dports/mail/signing-party/files/keyanalyze-makefile-usingtherightcompiler.patch 2014-05-18 12:10:50 UTC (rev 120170)
+++ trunk/dports/mail/signing-party/files/keyanalyze-makefile-usingtherightcompiler.patch 2014-05-18 12:37:30 UTC (rev 120171)
@@ -1,9 +1,18 @@
---- keyanalyze/Makefile.orig 2011-12-10 01:23:39.000000000 +0100
-+++ keyanalyze/Makefile 2011-12-10 01:23:55.000000000 +0100
+--- keyanalyze/Makefile.orig 2014-05-11 14:54:00.000000000 +0200
++++ keyanalyze/Makefile 2014-05-18 14:28:52.000000000 +0200
@@ -1,5 +1,5 @@
LDLIBS=-lpthread
-CFLAGS=-O2 -W -Wall -g
-+CFLAGS ?= -O2 -W -Wall -g
++CFLAGS?=-O2 -W -Wall -g
all: keyanalyze process_keys pgpring/pgpring
+@@ -7,7 +7,7 @@
+ process_keys: process_keys.o
+
+ pgpring/pgpring:
+- cd pgpring && touch AUTHORS ChangeLog INSTALL NEWS README && automake-1.11 --add-missing && automake-1.11
++ cd pgpring && touch AUTHORS ChangeLog INSTALL NEWS README && aclocal-17 && automake-17 --add-missing && automake-17
+ cd pgpring && autoconf && CFLAGS="${CFLAGS}" ./configure
+ make -C pgpring pgpring
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/043cb8be/attachment.html>
More information about the macports-changes
mailing list