diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-01 02:07:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-01 02:07:53 +0800 |
commit | 4afd89f347f2f48ee8a7bab648193bb57717c66e (patch) | |
tree | 77b8bb96f8154cc3614dc8ca26a5f366441b444e /net/p5-Net-Daemon | |
parent | 7fa0758c4e151900d76006d09f9c413d866d4618 (diff) | |
download | freebsd-ports-graphics-4afd89f347f2f48ee8a7bab648193bb57717c66e.tar.gz freebsd-ports-graphics-4afd89f347f2f48ee8a7bab648193bb57717c66e.tar.zst freebsd-ports-graphics-4afd89f347f2f48ee8a7bab648193bb57717c66e.zip |
Upgrade to 0.37
PR: ports/56876
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'net/p5-Net-Daemon')
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Daemon/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Daemon/pkg-plist | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index c6a3877009e..1cce82651fa 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Daemon -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/net/p5-Net-Daemon/distinfo b/net/p5-Net-Daemon/distinfo index 7083255c610..a7c244b6cb3 100644 --- a/net/p5-Net-Daemon/distinfo +++ b/net/p5-Net-Daemon/distinfo @@ -1 +1 @@ -MD5 (Net-Daemon-0.36.tar.gz) = e423ca729dbb45c1cb1beed42413a554 +MD5 (Net-Daemon-0.37.tar.gz) = 1f9acb45c6729e3a6ce3cae7697a6bde diff --git a/net/p5-Net-Daemon/pkg-plist b/net/p5-Net-Daemon/pkg-plist index 36f26c44264..1259cfa1324 100644 --- a/net/p5-Net-Daemon/pkg-plist +++ b/net/p5-Net-Daemon/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon/Log.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon/Test.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Daemon/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Daemon -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Daemon.pm +%%SITE_PERL%%/Net/Daemon/Log.pm +%%SITE_PERL%%/Net/Daemon/Test.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/.packlist +@dirrm %%SITE_PERL%%/Net/Daemon +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |