diff options
author | tobez <tobez@FreeBSD.org> | 2005-12-19 22:50:50 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-12-19 22:50:50 +0800 |
commit | 4ed5452850dac317c952e5cd96298bf97ca48944 (patch) | |
tree | 55752f6243f064ea01f369d1f53d52316ed1d903 /lang/perl5.12/Makefile | |
parent | f073b16585ab062040d99339e11aa772f3b22006 (diff) | |
download | freebsd-ports-gnome-4ed5452850dac317c952e5cd96298bf97ca48944.tar.gz freebsd-ports-gnome-4ed5452850dac317c952e5cd96298bf97ca48944.tar.zst freebsd-ports-gnome-4ed5452850dac317c952e5cd96298bf97ca48944.zip |
Patch for CVE-2005-3962 (fixes for sprintf formatting issues).
Bump PORTREVISION.
This revision is compatible with the previous one, so no need to rebuild
dependant ports.
Diffstat (limited to 'lang/perl5.12/Makefile')
-rw-r--r-- | lang/perl5.12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 0dd15f0bee95..fd4f8e20b6dd 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -7,6 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} +PORTREVISION= 1 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -18,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ PATCH_SITES= ${MASTER_SITE_LOCAL:S/$/tobez\//} \ http://www.tobez.org/download/port-mirrors/lang/perl58/ -PATCHFILES= defined-or-5.8.7.bz2 +PATCHFILES= defined-or-5.8.7.bz2 sprintf-5.8.7.patch.bz2 MAINTAINER= tobez@FreeBSD.org COMMENT= Practical Extraction and Report Language |