Bug 111547 - ports/www/p5-CGI-modules - fix fetch
Summary: ports/www/p5-CGI-modules - fix fetch
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: 2007-04-13 23:10 UTC by jharris
Modified: 2007-04-15 06:11 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 jharris 2007-04-13 23:10:00 UTC
	MASTER_SITES is back, so remove DEPRECATED, and add a second site
	for good measure

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

cvs server: Diffing .


iJ0EARECAF0FAkYf/LtWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoOPJyACgyO/m5StkBYroiYJ49wYS7PFrY5sAnRJswrIi
oWTooH9aYvzs8dChrNcx
=fnjs
-----END PGP SIGNATURE-------ioHmT7of04BcplG4dZRhCNWt7cteICEZlFmF3yguCBKNHHog
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-modules/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	16 Sep 2006 09:12:32 -0000	1.26
+++ Makefile	13 Apr 2007 21:56:39 -0000
@@ -9,17 +9,13 @@
 PORTVERSION=	2.76
 CATEGORIES=	www perl5
 MASTER_SITES=	http://stein.cshl.org/WWW/software/CGI::modules/ \
-		${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	CGI
+		http://backpan.cpan.org/authors/id/LDS/
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Modules for perl5, for use in writing CGI scripts
 
 BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
-
-DEPRECATED=	project no longer exists
-EXPIRATION_DATE=	2006-11-16
 
 PERL_CONFIGURE=	yes
 
cvs server: Diffing files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)
How-To-Repeat: 	apply patch below
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-04-15 06:08:08 UTC
novel       2007-04-15 05:08:02 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-CGI-modules   Makefile 
  Log:
  MASTER_SITES is back, so remove DEPRECATED and add an additional site to
  MASTER_SITES.
  
  PR:             111547
  Submitted by:   Jason Harris <jharris@widomaker.com>
  
  Revision  Changes    Path
  1.27      +1 -5      ports/www/p5-CGI-modules/Makefile
_______________________________________________
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 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-04-15 06:11:40 UTC
State Changed
From-To: open->closed

Committed, thanks!