ports/51489: Update net/gnunet: 0.5.1a -> 0.5.3

Kirill Ponomarew ponomarew at oberon.net
Mon Apr 28 11:00:28 UTC 2003


The following reply was made to PR ports/51489; it has been noted by GNATS.

From: Kirill Ponomarew <ponomarew at oberon.net>
To: Kirill Ponomarew <ponomarew at oberon.net>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/51489: Update net/gnunet: 0.5.1a -> 0.5.3
Date: Mon, 28 Apr 2003 12:55:35 +0200

 --M38YqGLZlgb6RLPS
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 sorry, for a little mess in patch, here is the right one.
 
 --M38YqGLZlgb6RLPS
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch-gnunet
 
 diff -ruN gnunet.orig/Makefile gnunet/Makefile
 --- gnunet.orig/Makefile	Mon Apr 21 09:23:04 2003
 +++ gnunet/Makefile	Mon Apr 28 12:39:00 2003
 @@ -7,7 +7,7 @@
  #
  
  PORTNAME=	gnunet
 -PORTVERSION=	0.5.1a
 +PORTVERSION=	0.5.3
  CATEGORIES=	net
  MASTER_SITES=	${MASTER_SITE_GNU} \
  		http://www.ovmj.org/GNUnet/download/
 @@ -30,10 +30,26 @@
  		LDFLAGS="-L${LOCALBASE}/lib"
  INSTALLS_SHLIB=	yes
  
 -MAN1=		gnunet-chat.1 gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \
 -		gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \
 -		gnunet-tbench.1 gnunetd.1
 +MAN1=		gnunet-chat.1 gnunet-check.1 gnunet-convert.1 gnunet-delete.1 \
 +		gnunet-download.1 gnunet-gtk.1 gnunet-insert-multi.1 gnunet-insert.1 \
 +		gnunet-search.1 gnunet-tbench.1 gnunet-tracekit.1 \
 +		gnunet-transport-check.1 gnunetd.1
  MAN5=		gnunet.conf.5
 +
 +.if defined(WITH_MYSQL)
 +LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 +CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
 +.endif
 +
 +.if defined(WITH_TDB)
 +LIB_DEPENDS+=	tdb.1:${PORTSDIR}/databases/tdb
 +CONFIGURE_ARGS+=--with-tdb=${LOCALBASE}
 +.endif
 +
 +.if defined(WITH_BDB41)
 +LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
 +CONFIGURE_ARGS+=--with-bdb=${LOCALBASE}
 +.endif
  
  post-patch:
  	@${REINPLACE_CMD} -e \
 diff -ruN gnunet.orig/distinfo gnunet/distinfo
 --- gnunet.orig/distinfo	Tue Apr 15 11:53:29 2003
 +++ gnunet/distinfo	Mon Apr 28 11:48:05 2003
 @@ -1 +1 @@
 -MD5 (GNUnet-0.5.1a.tar.bz2) = 0e506d602cdc168e6a0f8065da85e565
 +MD5 (GNUnet-0.5.3.tar.bz2) = 23050c3720801d5038f6824e3c0e101c
 diff -ruN gnunet.orig/pkg-plist gnunet/pkg-plist
 --- gnunet.orig/pkg-plist	Tue Apr 15 11:53:29 2003
 +++ gnunet/pkg-plist	Mon Apr 28 12:34:00 2003
 @@ -2,6 +2,7 @@
  bin/gnunet-chat
  bin/gnunet-check
  bin/gnunet-convert
 +bin/gnunet-delete
  bin/gnunet-download
  bin/gnunet-gtk
  bin/gnunet-insert
 @@ -10,6 +11,7 @@
  bin/gnunet-stats
  bin/gnunet-tbench
  bin/gnunet-transport-check
 +bin/gnunet-tracekit
  bin/gnunetd
  lib/libgnunetafs_blocks.a
  lib/libgnunetafs_blocks.so
 @@ -26,6 +28,9 @@
  lib/libgnunetafs_decoding.a
  lib/libgnunetafs_decoding.so
  lib/libgnunetafs_decoding.so.0
 +lib/libgnunetafs_delete.a
 +lib/libgnunetafs_delete.so
 +lib/libgnunetafs_delete.so.0
  lib/libgnunetafs_encoding.a
  lib/libgnunetafs_encoding.so
  lib/libgnunetafs_encoding.so.0
 @@ -50,6 +55,9 @@
  lib/libgnunettbench_protocol.a
  lib/libgnunettbench_protocol.so
  lib/libgnunettbench_protocol.so.0
 +lib/libgnunettracekit_protocol.a
 +lib/libgnunettracekit_protocol.so
 +lib/libgnunettracekit_protocol.so.0
  lib/libgnunettransport_smtp.a
  lib/libgnunettransport_smtp.so
  lib/libgnunettransport_smtp.so.0
 
 --M38YqGLZlgb6RLPS--



More information about the freebsd-ports-bugs mailing list