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 /chinese | |
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 'chinese')
-rw-r--r-- | chinese/bug5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index 81d7d577b546..d042a7dbca39 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -7,6 +7,7 @@ PORTNAME= bug5 PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= chinese converters MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} @@ -20,7 +21,7 @@ GITVERSION= 14af387 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} -LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv PLIST_FILES= bin/bug5 |