diff options
author | dhn <dhn@FreeBSD.org> | 2011-06-24 20:13:51 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-06-24 20:13:51 +0800 |
commit | 6130e7e9f6ac311dcacc37aa5a07493527a42772 (patch) | |
tree | 128253f97248f5197b02283cfd6e67e65ad3a716 /converters/php5-bsdconv | |
parent | 8294f8666700215a14bd1f9e7f72c1321746c789 (diff) | |
download | freebsd-ports-gnome-6130e7e9f6ac311dcacc37aa5a07493527a42772.tar.gz freebsd-ports-gnome-6130e7e9f6ac311dcacc37aa5a07493527a42772.tar.zst freebsd-ports-gnome-6130e7e9f6ac311dcacc37aa5a07493527a42772.zip |
- Chase converters/bsdconv shlib version bump
- Bump PORTREVISION
Diffstat (limited to 'converters/php5-bsdconv')
-rw-r--r-- | converters/php5-bsdconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile index bb987193045f..1f956cc3ef41 100644 --- a/converters/php5-bsdconv/Makefile +++ b/converters/php5-bsdconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= bsdconv PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= https://github.com/buganini/php-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= php5- @@ -15,7 +16,7 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} MAINTAINER= buganini@gmail.com COMMENT= PHP wrapper for bsdconv -LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv LICENSE= BSD |