diff options
author | crees <crees@FreeBSD.org> | 2013-04-18 00:02:36 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-04-18 00:02:36 +0800 |
commit | 5f06152b0d20fb36d4ade5ef14b7462118f28cf0 (patch) | |
tree | 89b0e93be0c89f2097676c474e7574a59c91863b /textproc | |
parent | 516190179690612c9609bd9b6cf2b243bf3fe3d9 (diff) | |
download | freebsd-ports-gnome-5f06152b0d20fb36d4ade5ef14b7462118f28cf0.tar.gz freebsd-ports-gnome-5f06152b0d20fb36d4ade5ef14b7462118f28cf0.tar.zst freebsd-ports-gnome-5f06152b0d20fb36d4ade5ef14b7462118f28cf0.zip |
Bump PORTREVISIONS, because of users installing with ports+pkgng
Submitted by: miwi
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-DocSet/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-DocSet/Makefile b/textproc/p5-DocSet/Makefile index 00c13cbeb19e..7f9d18fd0048 100644 --- a/textproc/p5-DocSet/Makefile +++ b/textproc/p5-DocSet/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-DocSet -# Date created: 2009 January 14 -# Whom: pgollucci@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= DocSet PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:STAS @@ -16,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Documentation projects builder in HTML, PS, and PDF formats BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit MAKE_JOBS_SAFE= yes |