Bug 58003 - [maintainer-update] Update ports/net/p5-Net-TCLink to 3.4 and take over maintainership
Summary: [maintainer-update] Update ports/net/p5-Net-TCLink to 3.4 and take over maint...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 13:30 UTC by Ying-Chieh Chen
Modified: 2003-10-14 14:41 UTC (History)
0 users

See Also:


Attachments
file.diff (934 bytes, patch)
2003-10-14 13:30 UTC, Ying-Chieh Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Chen 2003-10-14 13:30:16 UTC
	Update ports/net/p5-Net-TCLink to 3.4 and take over maintainership.
	Please commit it, thanks!

How-To-Repeat: 
	cd /usr/ports/net/p5-Net-TCLink && make install
Comment 1 Ying-Chieh Chen 2003-10-14 13:41:37 UTC
Forget to modify %%SITE_PERL%%, sorry..

Attached the modified patch, and please commit it, thanks!

diff -ruN /usr/ports/net/p5-Net-TCLink/Makefile p5-Net-TCLink/Makefile
--- /usr/ports/net/p5-Net-TCLink/Makefile	Fri Feb 21 02:51:03 2003
+++ p5-Net-TCLink/Makefile	Tue Oct 14 20:15:32 2003
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	Net-TCLink
-PORTVERSION=	3.3.1
+PORTVERSION=	3.4
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
 PKGNAMEPREFIX=	p5-
 DISTNAME=	Net_TCLink.pm-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	yinjieh@csie.nctu.edu.tw
 COMMENT=	A client library to for connecting to the TrustCommerce payment gateway
 
 PERL_CONFIGURE=	yes
diff -ruN /usr/ports/net/p5-Net-TCLink/distinfo p5-Net-TCLink/distinfo
--- /usr/ports/net/p5-Net-TCLink/distinfo	Fri Oct 25 01:49:10 2002
+++ p5-Net-TCLink/distinfo	Tue Oct 14 20:15:52 2003
@@ -1 +1 @@
-MD5 (Net_TCLink.pm-3.3.1.tar.gz) = df63ec7b707cae400b47b87e3d14b79c
+MD5 (Net_TCLink.pm-3.4.tar.gz) = 45b8c8b68b007408e62613ccd9080e49
diff -ruN /usr/ports/net/p5-Net-TCLink/pkg-plist p5-Net-TCLink/pkg-plist
--- /usr/ports/net/p5-Net-TCLink/pkg-plist	Fri Oct 25 01:49:10 2002
+++ p5-Net-TCLink/pkg-plist	Tue Oct 14 20:38:13 2003
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/TCLink.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/TCLink/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/TCLink/autosplit.ix
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/TCLink
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/TCLink.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/autosplit.ix
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net


On Tue, Oct 14, 2003 at 05:30:16AM -0700, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/58003'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=58003
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [maintainer-update] Update ports/net/p5-Net-TCLink to 3.4 and take over maintainership
> >Arrival-Date:   Tue Oct 14 05:30:16 PDT 2003
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2003-10-14 14:41:08 UTC
State Changed
From-To: open->closed

Committed, thanks.