Update to version 1.2.5

Submitted by:	MAINTAINER
This commit is contained in:
James E. Housley 2000-11-01 20:44:40 +00:00
parent fa2eebe46f
commit 93b6c8b2b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34565
3 changed files with 4 additions and 3 deletions

View file

@ -6,13 +6,13 @@
# #
PORTNAME= ccscript PORTNAME= ccscript
PORTVERSION= 1.2.2 PORTVERSION= 1.2.5
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/
MAINTAINER= dyfet@gnu.org MAINTAINER= dyfet@gnu.org
LIB_DEPENDS= ccio.0:${PORTSDIR}/devel/commoncpp LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes

View file

@ -1 +1 @@
MD5 (ccscript-1.2.2.tar.gz) = e0cb0fdb22419c8c3f742a26488ef1e1 MD5 (ccscript-1.2.5.tar.gz) = 01b5fe502bbcc000a23f84012b6eb4d3

View file

@ -3,3 +3,4 @@ include/cc++/script.h
lib/libccscript.a lib/libccscript.a
lib/libccscript.so lib/libccscript.so
lib/libccscript.so.0 lib/libccscript.so.0
@dirrm include/cc++