diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-24 19:18:56 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-24 19:18:56 +0800 |
commit | f321ce10aa4d6c9d1f8c172d98ca9a9c84084f63 (patch) | |
tree | ae950749f34cd0d3618ed3f0000c0f621ede2f58 /lang/ccscript | |
parent | 41225ba7366c0d34b0dea2b54ff819db86d37631 (diff) | |
download | freebsd-ports-graphics-f321ce10aa4d6c9d1f8c172d98ca9a9c84084f63.tar.gz freebsd-ports-graphics-f321ce10aa4d6c9d1f8c172d98ca9a9c84084f63.tar.zst freebsd-ports-graphics-f321ce10aa4d6c9d1f8c172d98ca9a9c84084f63.zip |
Chase commoncpp update and bump PORTREVISION for these ports.
As result of
PR: ports/82565
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 38172abf8cf..21d50e0c359 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -7,7 +7,7 @@ PORTNAME= ccscript PORTVERSION= 2.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gnutelephony MAINTAINER= ports@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.2.1:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_LIBTOOL_VER= 15 |