diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-02 04:44:40 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-02 04:44:40 +0800 |
commit | c7d1fb7184313701e3d443b57caf3de01b957781 (patch) | |
tree | 9d34cbf83173d1d550298b0dd5020038fe371341 /lang/ccscript | |
parent | d994709efcbffc3d25b6ad8b69b00184b166a3e4 (diff) | |
download | freebsd-ports-gnome-c7d1fb7184313701e3d443b57caf3de01b957781.tar.gz freebsd-ports-gnome-c7d1fb7184313701e3d443b57caf3de01b957781.tar.zst freebsd-ports-gnome-c7d1fb7184313701e3d443b57caf3de01b957781.zip |
Update to version 1.2.5
Submitted by: MAINTAINER
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 4 | ||||
-rw-r--r-- | lang/ccscript/distinfo | 2 | ||||
-rw-r--r-- | lang/ccscript/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 64bd7a60e3cf..05be7aaa5d4c 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ccscript -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.5 CATEGORIES= lang MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccio.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/lang/ccscript/distinfo b/lang/ccscript/distinfo index 35f3872f1179..81103c02f316 100644 --- a/lang/ccscript/distinfo +++ b/lang/ccscript/distinfo @@ -1 +1 @@ -MD5 (ccscript-1.2.2.tar.gz) = e0cb0fdb22419c8c3f742a26488ef1e1 +MD5 (ccscript-1.2.5.tar.gz) = 01b5fe502bbcc000a23f84012b6eb4d3 diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist index 9a2d3d29a1e2..cb202f7b1bdb 100644 --- a/lang/ccscript/pkg-plist +++ b/lang/ccscript/pkg-plist @@ -3,3 +3,4 @@ include/cc++/script.h lib/libccscript.a lib/libccscript.so lib/libccscript.so.0 +@dirrm include/cc++ |