From c5189421c85847bbb4398abe046b59461eaeec91 Mon Sep 17 00:00:00 2001 From: lioux Date: Fri, 25 Nov 2005 02:05:17 +0000 Subject: Update to 20041108 snapshot which is the latest --- net-p2p/fcptools/Makefile | 10 ++++++---- net-p2p/fcptools/distinfo | 6 +++--- net-p2p/fcptools/files/patch-configure | 10 ---------- net-p2p/fcptools/pkg-plist | 6 +----- 4 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 net-p2p/fcptools/files/patch-configure (limited to 'net-p2p/fcptools') diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile index 8c02412aa76b..4d03573f951b 100644 --- a/net-p2p/fcptools/Makefile +++ b/net-p2p/fcptools/Makefile @@ -6,10 +6,10 @@ # PORTNAME= fcptools -PORTVERSION= 0.4.7 -PORTREVISION= 1 +PORTVERSION= 0.4.7.${RELEASE_DATE} CATEGORIES= net security MASTER_SITES= http://freenetproject.org/snapshots/ +DISTNAME= ${PORTNAME}-${RELEASE_DATE} EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org @@ -19,8 +19,10 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} -INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-stable +RELEASE_DATE= 20041108 + +post-install: + @${INSTALL_DATA} ${WRKSRC}/ezFCPlib/libezfcp.a ${PREFIX}/lib .include diff --git a/net-p2p/fcptools/distinfo b/net-p2p/fcptools/distinfo index 045ec817798b..5554e20387fe 100644 --- a/net-p2p/fcptools/distinfo +++ b/net-p2p/fcptools/distinfo @@ -1,3 +1,3 @@ -MD5 (fcptools-0.4.7.tgz) = d3c2d068009ef22b33211e43259ac667 -SHA256 (fcptools-0.4.7.tgz) = 2b9b9f3194f00a8508111c2c076668930473d6a816c2d48f16afcb936c71f89a -SIZE (fcptools-0.4.7.tgz) = 685935 +MD5 (fcptools-20041108.tgz) = d7f29ffbf03545a05131a89915be277b +SHA256 (fcptools-20041108.tgz) = dbc2aea916a872564f9a1b254ac23b32e40cb949e57966143986e8eb406296fb +SIZE (fcptools-20041108.tgz) = 563999 diff --git a/net-p2p/fcptools/files/patch-configure b/net-p2p/fcptools/files/patch-configure deleted file mode 100644 index b9c9d54fc83a..000000000000 --- a/net-p2p/fcptools/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat May 3 00:09:45 2003 -+++ configure Sat May 3 00:09:58 2003 -@@ -5647,6 +5647,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net-p2p/fcptools/pkg-plist b/net-p2p/fcptools/pkg-plist index 85607a5a42f4..9b0e3b0e2e6c 100644 --- a/net-p2p/fcptools/pkg-plist +++ b/net-p2p/fcptools/pkg-plist @@ -1,10 +1,6 @@ bin/fcpget bin/fcpput -bin/fcpputsite -bin/fcpputsplit -include/fcptools/compat.h +bin/fcpx include/fcptools/ezFCPlib.h lib/libezfcp.a -lib/libezfcp.so -lib/libezfcp.so.0 @dirrm include/fcptools -- cgit