Date: Fri, 11 Aug 2006 22:13:53 +0600 (YEKST) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101830: [PATCH] lang/ccscript: update to 2.5.9, fix depends, fix build, take maintainership Message-ID: <20060811161353.DACCC12D1A@fonon.realnet> Resent-Message-ID: <200608111820.k7BIKNVL009599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101830 >Category: ports >Synopsis: [PATCH] lang/ccscript: update to 2.5.9, fix depends, fix build, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 18:20:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: - Fix depends (now we have updated commoncpp in the ports) - Fix pkg-plist (delete all directories created) - Replace deprecated variable - Update to 2.5.9 - Take maintainership >How-To-Repeat: >Fix: --- ccscript-2.5.9_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/ccscript/Makefile /var/tmp/ruby/ccscript/Makefile --- /usr/ports/lang/ccscript/Makefile Thu Feb 23 15:37:37 2006 +++ /var/tmp/ruby/ccscript/Makefile Fri Aug 11 22:11:14 2006 @@ -6,22 +6,22 @@ # PORTNAME= ccscript -PORTVERSION= 2.5.8 +PORTVERSION= 2.5.9 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.4:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget GNU_CONFIGURE= yes 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 -ruN --exclude=CVS /usr/ports/lang/ccscript/distinfo /var/tmp/ruby/ccscript/distinfo --- /usr/ports/lang/ccscript/distinfo Fri Jan 27 11:46:43 2006 +++ /var/tmp/ruby/ccscript/distinfo Mon Aug 7 16:49:24 2006 @@ -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 -ruN --exclude=CVS /usr/ports/lang/ccscript/pkg-plist /var/tmp/ruby/ccscript/pkg-plist --- /usr/ports/lang/ccscript/pkg-plist Thu Feb 23 15:37:37 2006 +++ /var/tmp/ruby/ccscript/pkg-plist Fri Aug 11 22:07:14 2006 @@ -1,10 +1,5 @@ bin/ccscript include/cc++2/cc++/script.h -lib/libccscript2.a -lib/libccscript2.la -lib/libccscript2.so -lib/libccscript2-0.6.so -lib/libccscript2-0.6.so.3 lib/ccscript2/date.pkg lib/ccscript2/digits.pkg lib/ccscript2/file.pkg @@ -17,4 +12,11 @@ lib/ccscript2/time.pkg lib/ccscript2/trig.pkg lib/ccscript2/url.pkg +lib/libccscript2-0.6.so +lib/libccscript2-0.6.so.3 +lib/libccscript2.a +lib/libccscript2.la +lib/libccscript2.so @dirrm lib/ccscript2 +@dirrmtry include/cc++2/cc++ +@dirrmtry include/cc++2 --- ccscript-2.5.9_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060811161353.DACCC12D1A>