diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-21 22:50:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-21 22:50:29 +0000 |
commit | b50a4b0708948c5766fb92a70bfc082efa53857b (patch) | |
tree | 5f9e6219e9207f083ae5e2fff1302ed5967538ef /lang | |
parent | 6724089b21de676c367bbc41cca5651958d1b0f3 (diff) | |
download | ports-b50a4b0708948c5766fb92a70bfc082efa53857b.tar.gz ports-b50a4b0708948c5766fb92a70bfc082efa53857b.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnu-cobol/Makefile | 1 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php55/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile index c09cfe5cb9d4..3aac3257f0fe 100644 --- a/lang/gnu-cobol/Makefile +++ b/lang/gnu-cobol/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnu-cobol PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GNU/gnucobol diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 4761e71a1258..e3777a5ab13b 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -3,7 +3,7 @@ PORTNAME= php5 PORTVERSION= 5.4.31 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php53/Makefile b/lang/php53/Makefile index ab6d32bf6d8f..eb9a135ecc96 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -3,7 +3,7 @@ PORTNAME= php53 PORTVERSION= 5.3.29 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 8b7a65fa5aa6..1608096c2d63 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -3,7 +3,7 @@ PORTNAME= php55 PORTVERSION= 5.5.15 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions |