mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
. Update to 2.5.6.
This commit is contained in:
parent
fb4f6fd5a8
commit
9b7e4ac10b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97019
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ccscript-2.4.3.tar.gz) = 0bad5d159b5d05db2ac0a3c7017fc085
|
||||
MD5 (ccscript-2.5.6.tar.gz) = c0e664ab13e054b37e0f7da40a7b488e
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user