summaryrefslogtreecommitdiff
path: root/lang/ccscript
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-01-01 06:48:05 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-01-01 06:48:05 +0000
commit9b7e4ac10b477878261650f951d74e2ca93a82e0 (patch)
treef92f42511e92a5cd216a169d0c7684535037a44e /lang/ccscript
parentThere is also a run-time dependancy on libvc. (diff)
. Update to 2.5.6.
Notes
Notes: svn path=/head/; revision=97019
Diffstat (limited to 'lang/ccscript')
-rw-r--r--lang/ccscript/Makefile7
-rw-r--r--lang/ccscript/distinfo2
-rw-r--r--lang/ccscript/pkg-plist6
3 files changed, 9 insertions, 6 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
index 8799cf174659..c98d6e1d4765 100644
--- a/lang/ccscript/Makefile
+++ b/lang/ccscript/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ccscript
-PORTVERSION= 2.4.3
+PORTVERSION= 2.5.6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ccscript
@@ -19,15 +19,16 @@ LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
+WANT_AUTOCONF_VER= 257
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
+CONFIGURE_TARGET=
MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
Script_Package.3cc Script_Property.3cc Script_Session.3cc
post-install:
- (cd ${WRKSRC} ; make man)
+ (cd ${WRKSRC} ; ${MAKE} man)
.include <bsd.port.mk>
diff --git a/lang/ccscript/distinfo b/lang/ccscript/distinfo
index c178d540a356..53b59bb36ae7 100644
--- a/lang/ccscript/distinfo
+++ b/lang/ccscript/distinfo
@@ -1 +1 @@
-MD5 (ccscript-2.4.3.tar.gz) = 0bad5d159b5d05db2ac0a3c7017fc085
+MD5 (ccscript-2.5.6.tar.gz) = c0e664ab13e054b37e0f7da40a7b488e
diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist
index 250ea9922b30..676c969b9705 100644
--- a/lang/ccscript/pkg-plist
+++ b/lang/ccscript/pkg-plist
@@ -3,11 +3,13 @@ include/cc++2/cc++/script.h
lib/libccscript2.a
lib/libccscript2.la
lib/libccscript2.so
-lib/libccscript2-0.4.so
-lib/libccscript2-0.4.so.0
+lib/libccscript2-0.5.so
+lib/libccscript2-0.5.so.3
lib/ccscript2/date.pkg
lib/ccscript2/digits.pkg
lib/ccscript2/file.pkg
+lib/ccscript2/manip.pkg
+lib/ccscript2/math.pkg
lib/ccscript2/random.pkg
lib/ccscript2/scale.pkg
lib/ccscript2/sort.pkg