diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-09 07:05:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-09 07:05:14 +0800 |
commit | 230ef20f2baf4d081ef298af73c07fbc35bacc07 (patch) | |
tree | 93e9d4f8531699729510710eb663325dac54b947 /net-p2p/gnunet | |
parent | da42dd7ddfff92131ee698fb0ae464dde11dbfde (diff) | |
download | freebsd-ports-graphics-230ef20f2baf4d081ef298af73c07fbc35bacc07.tar.gz freebsd-ports-graphics-230ef20f2baf4d081ef298af73c07fbc35bacc07.tar.zst freebsd-ports-graphics-230ef20f2baf4d081ef298af73c07fbc35bacc07.zip |
- Update to 0.8.1b
PR: 144427
Submitted by: Ports Fury
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/gnunet/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c | 10 |
3 files changed, 7 insertions, 15 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 0ac5fb9eecf..359b5291bbd 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gnunet -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.8.1b CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -92,6 +91,9 @@ post-patch: .for i in configure src/applications/sqstore_postgres/postgres.c @${REINPLACE_CMD} -e 's|postgresql/||g' ${WRKSRC}/${i} .endfor +.for i in src/util/crypto/Makefile.in + @${REINPLACE_CMD} -e 's|)[[:space:]]-O3|)|g' ${WRKSRC}/${i} +.endfor post-install: @${MKDIR} ${DBDIR} diff --git a/net-p2p/gnunet/distinfo b/net-p2p/gnunet/distinfo index 5bf66a5fb3c..978af9fb1bc 100644 --- a/net-p2p/gnunet/distinfo +++ b/net-p2p/gnunet/distinfo @@ -1,3 +1,3 @@ -MD5 (GNUnet-0.8.1.tar.gz) = 906a65f70f403f70798bb7c89b45b3b6 -SHA256 (GNUnet-0.8.1.tar.gz) = 84da584f2b60f2026a19e38d4264c794420135323644f7b0785d67ed44815355 -SIZE (GNUnet-0.8.1.tar.gz) = 2339085 +MD5 (GNUnet-0.8.1b.tar.gz) = f1b625aa52389e22258bad9fb6bd7f32 +SHA256 (GNUnet-0.8.1b.tar.gz) = 7c854d2ef5ee592193bb04d8746a8b0ffc20f568674145a1f9a2e8f2bbced64c +SIZE (GNUnet-0.8.1b.tar.gz) = 2366646 diff --git a/net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c b/net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c deleted file mode 100644 index c8b7914e1dd..00000000000 --- a/net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/util/boot/lib_argz.c.orig 2009-11-17 03:51:38.000000000 +0900 -+++ src/util/boot/lib_argz.c 2010-01-05 00:27:35.000000000 +0900 -@@ -16,6 +16,7 @@ - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - -+#include "platform.h" - #include <errno.h> - #include <stdlib.h> - #include <string.h> |