diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-05 11:54:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-05 11:54:29 +0000 |
commit | b56c9769e3a755c9e7e8b1cb2fb4eb9005828030 (patch) | |
tree | e8e09afec8e17536acde3773d8050bab058fcac3 | |
parent | f86c3e7f0962645f1fdf7ba855a6b8ad7379cc5b (diff) | |
download | ports-b56c9769e3a755c9e7e8b1cb2fb4eb9005828030.tar.gz ports-b56c9769e3a755c9e7e8b1cb2fb4eb9005828030.zip |
Notes
3 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile index 67551341b8da..b069d0097b53 100644 --- a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DateTime-Calendar-FrenchRevolutionary -PORTVERSION= 0.04 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo b/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo index 05611b167ae3..a591ba20ae83 100644 --- a/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo @@ -1 +1 @@ -MD5 (DateTime-Calendar-FrenchRevolutionary-0.04.tar.gz) = 35dc6ba73d13dc47fbc0adb0753bfafd +MD5 (DateTime-Calendar-FrenchRevolutionary-0.06.tar.gz) = a4e4e58b1e3cc5cfa7e375445f9892e5 diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist b/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist index cf3823709311..30ab9d3253c2 100644 --- a/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/pkg-plist @@ -1,3 +1,8 @@ %%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary.pm +%%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary/Locale.pm +%%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary/Locale/en.pm +%%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary/Locale/fr.pm +@dirrm %%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary/Locale +@dirrm %%SITE_PERL%%/DateTime/Calendar/FrenchRevolutionary @unexec rmdir %D/%%SITE_PERL%%/DateTime/Calendar 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |