[Midnightbsd-cvs] mports: net-p2p/ctorrent: update to 3.3.2, add license
crash at midnightbsd.org
crash at midnightbsd.org
Sat Jul 19 05:21:00 EDT 2008
Log Message:
-----------
update to 3.3.2, add license
Modified Files:
--------------
mports/net-p2p/ctorrent:
Makefile (r1.1 -> r1.2)
distinfo (r1.1 -> r1.2)
pkg-descr (r1.1 -> r1.2)
Removed Files:
-------------
mports/net-p2p/ctorrent/files:
patch-configure
-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/net-p2p/ctorrent/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -L net-p2p/ctorrent/pkg-descr -L net-p2p/ctorrent/pkg-descr -u -r1.1 -r1.2
--- net-p2p/ctorrent/pkg-descr
+++ net-p2p/ctorrent/pkg-descr
@@ -2,4 +2,4 @@
written in C for FreeBSD and Linux. Fast and small are CTorrent`s
two strengths.
-WWW: http://ctorrent.sourceforge.net/
+WWW: http://www.rahul.net/dholmes/ctorrent/
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-p2p/ctorrent/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L net-p2p/ctorrent/Makefile -L net-p2p/ctorrent/Makefile -u -r1.1 -r1.2
--- net-p2p/ctorrent/Makefile
+++ net-p2p/ctorrent/Makefile
@@ -7,18 +7,16 @@
#
PORTNAME= ctorrent
-PORTVERSION= ${PATCHLEVEL}
-PATCHLEVEL= 2.2
-RELVERSION= 1.3.4
+PORTVERSION= 3.3.2
CATEGORIES= net-p2p
MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/
-DISTFILES= ${PORTNAME}-${RELVERSION}-dnh${PATCHLEVEL}.tar.gz
+DISTNAME= ${PORTNAME}-dnh${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= BitTorrent Client written in C for FreeBSD and Linux
-
+LICENSE= gpl2
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
+#WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
PLIST_FILES= bin/ctorrent
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd6.0
@@ -28,7 +26,9 @@
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/
+.endfor
.endif
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/net-p2p/ctorrent/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L net-p2p/ctorrent/distinfo -L net-p2p/ctorrent/distinfo -u -r1.1 -r1.2
--- net-p2p/ctorrent/distinfo
+++ net-p2p/ctorrent/distinfo
@@ -1,3 +1,3 @@
-MD5 (ctorrent-1.3.4-dnh2.2.tar.gz) = 76484082d3d44d7d1fbc9f2e0e33440f
-SHA256 (ctorrent-1.3.4-dnh2.2.tar.gz) = a4af9334acddcdf56be12973898a481b4446d5d299e8937807b46cd194364853
-SIZE (ctorrent-1.3.4-dnh2.2.tar.gz) = 148929
+MD5 (ctorrent-dnh3.3.2.tar.gz) = 59b23dd05ff70791cd6449effa7fc3b6
+SHA256 (ctorrent-dnh3.3.2.tar.gz) = c87366c91475931f75b924119580abd06a7b3cb3f00fef47346552cab1e24863
+SIZE (ctorrent-dnh3.3.2.tar.gz) = 219053
--- net-p2p/ctorrent/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Sun Feb 1 07:15:43 2004
-+++ configure Fri Feb 13 03:04:21 2004
-@@ -2851,7 +2851,7 @@
- int
- main ()
- {
--SHA1_Init ();
-+XXXSHA1_Init ();
- ;
- return 0;
- }
-@@ -2915,7 +2915,7 @@
- int
- main ()
- {
--SHA1_Init ();
-+XXXSHA1_Init ();
- ;
- return 0;
- }
More information about the Midnightbsd-cvs
mailing list