diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-30 05:36:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-30 05:36:36 +0000 |
commit | 1bd35d8bb8090547988effc2ec285ce3c0dcb42a (patch) | |
tree | c207ce180c35c632221d8fe732c9cd89a93fbd33 | |
parent | - Correct expiration date; it was set one year in the past (diff) |
- Fix expiration date; it was set one year in the past
Notes
Notes:
svn path=/head/; revision=152412
-rw-r--r-- | www/p5-Bundle-Catalyst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Bundle-Catalyst/Makefile b/www/p5-Bundle-Catalyst/Makefile index a93ef43d8169..d6a11ecb1d74 100644 --- a/www/p5-Bundle-Catalyst/Makefile +++ b/www/p5-Bundle-Catalyst/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes DEPRECATED= Replaced by www/p5-Task-Catalyst -EXPIRATION_DATE= 2005-02-08 +EXPIRATION_DATE=2006-02-08 MAN3= Bundle::Catalyst.3 |