* move devel/p5-release to devel/p5-Module-Release

* update p5-Module-Release to 1.04
This commit is contained in:
Sergey Skvortsov 2006-01-23 11:17:14 +00:00
parent 30003e51bd
commit 375b357ac7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154231
10 changed files with 17 additions and 74 deletions

1
MOVED
View file

@ -2076,3 +2076,4 @@ misc/wmproxyper||2006-01-14|Mastersite disappeared
net/4g8||2006-01-14|No longer developed; authors suggests ettercap instead net/4g8||2006-01-14|No longer developed; authors suggests ettercap instead
x11-toolkits/freeglut|graphics/freeglut|2006-01-16|Move to category where libglut is x11-toolkits/freeglut|graphics/freeglut|2006-01-16|Move to category where libglut is
databases/myodbc|databases/mysql-connector-odbc|2006-01-17|Now called MySQL Connector ODBC databases/myodbc|databases/mysql-connector-odbc|2006-01-17|Now called MySQL Connector ODBC
devel/p5-release|devel/p5-Module-Release|2006-01-23|module was renamed

View file

@ -1032,6 +1032,7 @@
SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Fast
SUBDIR += p5-Module-Pluggable-Ordered SUBDIR += p5-Module-Pluggable-Ordered
SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Refresh
SUBDIR += p5-Module-Release
SUBDIR += p5-Module-Reload SUBDIR += p5-Module-Reload
SUBDIR += p5-Module-Reload-Sel SUBDIR += p5-Module-Reload-Sel
SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-ScanDeps
@ -1250,7 +1251,6 @@
SUBDIR += p5-iCal-Parser SUBDIR += p5-iCal-Parser
SUBDIR += p5-mixin SUBDIR += p5-mixin
SUBDIR += p5-prefork SUBDIR += p5-prefork
SUBDIR += p5-release
SUBDIR += p5-version SUBDIR += p5-version
SUBDIR += p65 SUBDIR += p65
SUBDIR += patch SUBDIR += patch

View file

@ -5,9 +5,8 @@
# $FreeBSD$ # $FreeBSD$
# #
PORTNAME= release PORTNAME= Module-Release
PORTVERSION= 0.99 PORTVERSION= 1.04
PORTREVISION= 2
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/B/BD/BDFOY MASTER_SITE_SUBDIR= ../../authors/id/B/BD/BDFOY
@ -16,25 +15,22 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org MAINTAINER= skv@FreeBSD.org
COMMENT= Upload files to CPAN and SourceForge COMMENT= Upload files to CPAN and SourceForge
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ BUILD_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple \
${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/HTTP/Message.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.24
MAN1= release.1 MAN1= release.1
MAN3= Module::Release.3 MAN3= Release.3
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 .if ${PERL_LEVEL} < 500800
IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. IGNORE= perl 5.8 or newer required. Install lang/perl5.8 and try again
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (release-0.99.tar.gz) = 5cfaf7117306f0ead55f7471dbfda2fd MD5 (Module-Release-1.04.tar.gz) = e53f98c7873dc8d384c96f02c87cc6ab
SHA256 (release-0.99.tar.gz) = 823bde7445a5b8f3a317eeea493d1f356aac7a43aef4b88eecd52f98ed29554b SHA256 (Module-Release-1.04.tar.gz) = 810af0bccd79f356197b02f3f029dec36decfa1c0776064db8bfe13cd0d18f9b
SIZE (release-0.99.tar.gz) = 10717 SIZE (Module-Release-1.04.tar.gz) = 12702

View file

@ -4,4 +4,4 @@ PAUSE anonymous FTP directory and to the incoming directory for
SourceForge.net, claims it on PAUSE for your CPAN account, and releases SourceForge.net, claims it on PAUSE for your CPAN account, and releases
it on SourceForge.net. it on SourceForge.net.
WWW: http://search.cpan.org/dist/release/ WWW: http://search.cpan.org/dist/Module-Release/

View file

@ -1,5 +1,6 @@
bin/release bin/release
%%SITE_PERL%%/Module/Release.pm %%SITE_PERL%%/Module/Release.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/release/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Release/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/release @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Release
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
@dirrmtry %%SITE_PERL%%/Module @dirrmtry %%SITE_PERL%%/Module

View file

@ -1,40 +0,0 @@
# New ports collection makefile for: release
# Date created: 14 Mart 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= release
PORTVERSION= 0.99
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/B/BD/BDFOY
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Upload files to CPAN and SourceForge
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.24
MAN1= release.1
MAN3= Module::Release.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
MD5 (release-0.99.tar.gz) = 5cfaf7117306f0ead55f7471dbfda2fd
SHA256 (release-0.99.tar.gz) = 823bde7445a5b8f3a317eeea493d1f356aac7a43aef4b88eecd52f98ed29554b
SIZE (release-0.99.tar.gz) = 10717

View file

@ -1,7 +0,0 @@
This program automates Perl module releases. It makes the distribution,
tests it, checks that CVS is up to date, tags CVS, uploads it to the
PAUSE anonymous FTP directory and to the incoming directory for
SourceForge.net, claims it on PAUSE for your CPAN account, and releases
it on SourceForge.net.
WWW: http://search.cpan.org/dist/release/

View file

@ -1,5 +0,0 @@
bin/release
%%SITE_PERL%%/Module/Release.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/release/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/release
@dirrmtry %%SITE_PERL%%/Module