Bug 115386 - port update: update of net-p2p/ctorrent from 2.2 to 3.2
Summary: port update: update of net-p2p/ctorrent from 2.2 to 3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-10 17:50 UTC by Jamie Jones
Modified: 2014-06-16 04:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Jones 2007-08-10 17:50:01 UTC
patch to update net-p2p/ctorrent to latest version.

N.B. : The file files/patch-configure is not required in this version. I wasn't sure how to 'delete'
       files using patch-diffs, so this patch simply makes the file zero length. Obviously, removing
       the patch and the patch directly will be better!

   Cheers,
     Jamie

Fix: 

-- 
-=-=-=-  Virus Scanned by "pacha.mail.bishopston.net" using ClamAv  -=-=-=-
Database Last Checked: Fri Aug 10 17:38:00 BST 2007 - http://www.clamav.net/
Database Updated     : Thu Aug  9 23:38:01 BST 2007 - 144368 viruses scanned--esbZEQS4ILeSpILU44iif8PYweSnsWU8aobLsm0L5hYSl9mK
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- orig/Makefile	Tue Jan  9 02:31:24 2007
+++ Makefile	Fri Aug 10 17:38:30 2007
@@ -6,18 +6,16 @@
 #
 
 PORTNAME=	ctorrent
-PORTVERSION=	${PATCHLEVEL}
-PATCHLEVEL=	2.2
-RELVERSION=	1.3.4
+PORTVERSION=	3.2
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://www.rahul.net/dholmes/ctorrent/
-DISTFILES=	${PORTNAME}-${RELVERSION}-dnh${PATCHLEVEL}.tar.gz
+DISTFILES=	${PORTNAME}-dnh${PORTVERSION}.tar.gz
 
 MAINTAINER=	flz@FreeBSD.org
 COMMENT=	BitTorrent Client written in C for FreeBSD and Linux
 
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL}
+WRKSRC=		${WRKDIR}/${PORTNAME}-dnh${PORTVERSION}
 
 PLIST_FILES=	bin/ctorrent
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
--- orig/distinfo	Tue Jan  9 02:31:24 2007
+++ distinfo	Fri Aug 10 17:09:13 2007
@@ -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.2.tar.gz) = 23b37cd7b558ad6a27974b311499bab6
+SHA256 (ctorrent-dnh3.2.tar.gz) = a08c79ab3ace84de21385056572a8ea4019bb56d2977cae3fda18821fe2f1216
+SIZE (ctorrent-dnh3.2.tar.gz) = 202886
--- orig/pkg-descr	Mon Feb  2 17:57:40 2004
+++ pkg-descr	Fri Aug 10 17:22:08 2007
@@ -2,7 +2,7 @@
 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/
 
 - Florent Thoumie
 flz@xbsd.org
--- orig/files/patch-configure	Tue Dec 28 15:27:54 2004
+++ files/patch-configure	Fri Aug 10 17:36:25 2007
@@ -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;
- }
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-10 17:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-14 13:22:17 UTC
flz         2007-08-14 12:22:12 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/ctorrent     Makefile distinfo pkg-descr 
  Removed files:
    net-p2p/ctorrent/files patch-configure 
  Log:
  Update to enhanced ctorrent 3.2.
  
  PR:             ports/115386
  Submitted by:   Jamie Jones <jamie@bishopston.net>
  
  Revision  Changes    Path
  1.15      +3 -5      ports/net-p2p/ctorrent/Makefile
  1.11      +3 -3      ports/net-p2p/ctorrent/distinfo
  1.3       +0 -20     ports/net-p2p/ctorrent/files/patch-configure (dead)
  1.3       +1 -1      ports/net-p2p/ctorrent/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2007-08-14 13:22:40 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!