diff options
author | culot <culot@FreeBSD.org> | 2013-08-05 21:14:53 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-08-05 21:14:53 +0800 |
commit | c9e1b2ea37cc664bac2a35dc939a458265ec4315 (patch) | |
tree | 0063b531297cd4312534f9fe5366bbbcd3558a8e /devel | |
parent | 46b132f0d1423430a15aa8ae389df5640d25030a (diff) | |
download | freebsd-ports-gnome-c9e1b2ea37cc664bac2a35dc939a458265ec4315.tar.gz freebsd-ports-gnome-c9e1b2ea37cc664bac2a35dc939a458265ec4315.tar.zst freebsd-ports-gnome-c9e1b2ea37cc664bac2a35dc939a458265ec4315.zip |
- Update to 0.16
- Upstream switched to Module::Build for packaging
- Simplify the port by using PLIST_FILES instead of pkg-plist
Changes: http://search.cpan.org/dist/Log-Minimal/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Minimal/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Log-Minimal/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Log-Minimal/pkg-plist | 5 |
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Log-Minimal/Makefile b/devel/p5-Log-Minimal/Makefile index ffe9b41fa2de..dfb323001074 100644 --- a/devel/p5-Log-Minimal/Makefile +++ b/devel/p5-Log-Minimal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Minimal -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,10 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild + +PLIST_FILES= %%SITE_PERL%%/Log/Minimal.pm +PLIST_DIRSTRY= %%SITE_PERL%%/Log MAN3= Log::Minimal.3 diff --git a/devel/p5-Log-Minimal/distinfo b/devel/p5-Log-Minimal/distinfo index 44f678b9dea2..29294bebb6a7 100644 --- a/devel/p5-Log-Minimal/distinfo +++ b/devel/p5-Log-Minimal/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Minimal-0.15.tar.gz) = 9b71c50e7e64ed3498cdc88917b482538c2bf7b620bfc19315e5380f9ae5fadf -SIZE (Log-Minimal-0.15.tar.gz) = 25090 +SHA256 (Log-Minimal-0.16.tar.gz) = 114b8066e3c1825a84bb0c4451a696caae3b7a0f9a1299380cba3c29bb4b6c76 +SIZE (Log-Minimal-0.16.tar.gz) = 14646 diff --git a/devel/p5-Log-Minimal/pkg-plist b/devel/p5-Log-Minimal/pkg-plist deleted file mode 100644 index b4e2885f8b6d..000000000000 --- a/devel/p5-Log-Minimal/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/Log/Minimal.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Minimal/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Minimal -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log -@dirrmtry %%SITE_PERL%%/Log |