diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 15:19:35 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-14 15:19:35 +0000 |
commit | e9862abca826dfa3b6e3609e75ebdaf6a7c22925 (patch) | |
tree | 75a444dbf5857eb644ca38f9b009f95d2eb51fe0 /lang/ccscript | |
parent | 940b75cc625e8df296f8fd74c4ff85342983a38c (diff) | |
download | ports-e9862abca826dfa3b6e3609e75ebdaf6a7c22925.tar.gz ports-e9862abca826dfa3b6e3609e75ebdaf6a7c22925.zip |
- Update to 2.5.9
- Fix devel/commoncpp on LIB_DEPENDS [1]
- Fix pkg-plist
- Use USE_LDCONFIG instead of INSTALL_SHLIB
- Take maintanership
Reported by: kris [1]
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=170593
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 11 | ||||
-rw-r--r-- | lang/ccscript/distinfo | 6 | ||||
-rw-r--r-- | lang/ccscript/pkg-plist | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 0dd68cf2acbe..7ddba1600379 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,22 +6,21 @@ # PORTNAME= ccscript -PORTVERSION= 2.5.8 -PORTREVISION= 1 +PORTVERSION= 2.5.9 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget GNU_CONFIGURE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ INSTALL_TARGET= install man -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ diff --git a/lang/ccscript/distinfo b/lang/ccscript/distinfo index a5f2ecdaceb2..5d8db1741226 100644 --- a/lang/ccscript/distinfo +++ b/lang/ccscript/distinfo @@ -1,3 +1,3 @@ -MD5 (ccscript-2.5.8.tar.gz) = 33c1452634abc1a2f416fa8433d99570 -SHA256 (ccscript-2.5.8.tar.gz) = 87b6b57865dbf029623d6af2370b813fd4469ed0995c1e8dbdc2ed04a2be1b2f -SIZE (ccscript-2.5.8.tar.gz) = 372016 +MD5 (ccscript-2.5.9.tar.gz) = 24bf6f75ddcd68e070a43399a29b3670 +SHA256 (ccscript-2.5.9.tar.gz) = 592d1a60c5adb287a6e505bcffd872d48244fead4c503d27d10f7f7cfcfd5e22 +SIZE (ccscript-2.5.9.tar.gz) = 372089 diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist index a48e203cb4e2..eca1a5d3dcc8 100644 --- a/lang/ccscript/pkg-plist +++ b/lang/ccscript/pkg-plist @@ -17,4 +17,6 @@ lib/ccscript2/string.pkg lib/ccscript2/time.pkg lib/ccscript2/trig.pkg lib/ccscript2/url.pkg +@dirrm include/cc++2/cc++ +@dirrm include/cc++2 @dirrm lib/ccscript2 |