diff options
author | arved <arved@FreeBSD.org> | 2003-01-19 06:16:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-19 06:16:54 +0800 |
commit | a41e14b1f5b5146447c749b52364db94cb751212 (patch) | |
tree | 1fcb69d1bec67dd9839dbf1f695e7b636f823c36 /devel | |
parent | 00ae37c86144f26ceb89e0dad529719aaffee84c (diff) | |
download | freebsd-ports-gnome-a41e14b1f5b5146447c749b52364db94cb751212.tar.gz freebsd-ports-gnome-a41e14b1f5b5146447c749b52364db94cb751212.tar.zst freebsd-ports-gnome-a41e14b1f5b5146447c749b52364db94cb751212.zip |
Update to 1.3
PR: 47086
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autodia/Makefile | 13 | ||||
-rw-r--r-- | devel/autodia/distinfo | 2 | ||||
-rw-r--r-- | devel/autodia/pkg-plist | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/devel/autodia/Makefile b/devel/autodia/Makefile index a9c5580321a8..09564ef979b7 100644 --- a/devel/autodia/Makefile +++ b/devel/autodia/Makefile @@ -7,11 +7,11 @@ # PORTNAME= autodia -PORTVERSION= 1.2 +PORTVERSION= 1.3 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= http://droogs.org/autodia/download/ -DISTNAME= AutoDia-${PORTVERSION} +DISTNAME= Autodia-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -21,15 +21,12 @@ BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Te RUN_DEPENDS= ${BUILD_DEPENDS} PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_BZIP2= yes PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/Autodia -MAN1= autodia.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Autodia.3 Autodia::Diagram.3 Autodia::Diagram::Class.3 \ - Autodia::Diagram::Component.3 Autodia::Handler.3 \ - Autodia::Handler::Cpp.3 Autodia::Handler::PHP.3 \ +MAN3= Autodia.3 autodia.3 autodia_java.3 Autodia::Diagram.3 \ + Autodia::Diagram::Class.3 Autodia::Diagram::Component.3 \ + Autodia::Handler.3 Autodia::Handler::Cpp.3 Autodia::Handler::PHP.3 \ Autodia::Handler::Perl.3 DOCS= CHANGES COPYING CREDITS DEVELOP FAQ INSTALL README diff --git a/devel/autodia/distinfo b/devel/autodia/distinfo index 1af0b2c857ac..2969470d449e 100644 --- a/devel/autodia/distinfo +++ b/devel/autodia/distinfo @@ -1 +1 @@ -MD5 (AutoDia-1.2.tar.bz2) = d08725640718036a5e490ab0c7431056 +MD5 (Autodia-1.3.tar.gz) = 4f3cf8c2aa81df384d961027b67a2462 diff --git a/devel/autodia/pkg-plist b/devel/autodia/pkg-plist index 18c2c031dc69..13ab71e7309f 100644 --- a/devel/autodia/pkg-plist +++ b/devel/autodia/pkg-plist @@ -1,4 +1,5 @@ -bin/autodia +bin/autodia.pl +bin/autodia_java.pl lib/perl5/site_perl/%%PERL_VER%%/Autodia/Diagram.pm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Diagram/Class.pm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Diagram/Component.pm @@ -10,7 +11,12 @@ lib/perl5/site_perl/%%PERL_VER%%/Autodia/Handler.pm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Handler/Cpp.pm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Handler/Java.pm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Handler/Perl.pm +lib/perl5/site_perl/%%PERL_VER%%/Autodia/Handler/PHP.pm lib/perl5/site_perl/%%PERL_VER%%/Autodia.pm +lib/perl5/site_perl/%%PERL_VER%%/autodia.pl +lib/perl5/site_perl/%%PERL_VER%%/autodia_java.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Autodia/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Autodia @dirrm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Diagram @dirrm lib/perl5/site_perl/%%PERL_VER%%/Autodia/Handler @dirrm lib/perl5/site_perl/%%PERL_VER%%/Autodia |