Index: head/lang/see-devel/Makefile =================================================================== --- head/lang/see-devel/Makefile (revision 210640) +++ head/lang/see-devel/Makefile (revision 210641) @@ -1,63 +1,63 @@ # New ports collection makefile for: see-devel # Date created: 29 Oct 2005 # Whom: Simun Mikecin # # $FreeBSD$ # PORTNAME= see -DISTVERSION= 2.1.1293 +PORTVERSION= 3.0.1376 CATEGORIES= lang devel -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vanilla +MASTER_SITES= http://www.evolane.com/download/mirror/etcl/ \ + http://www.evolane.fr/download/mirror/etcl/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${DISTVERSION}_snapshot MAINTAINER= numisemis@yahoo.com COMMENT= Simple ECMAScript Engine (SEE) OPTIONS= GC "Use Boehm-Weiser garbage collection package" on \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ SEE_DEBUG "Internal SEE library debugging" off CONFLICTS= see-[0-9]* +USE_GNOME= gnomehack USE_LDCONFIG= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include .if !defined(WITH_SEE_DEBUG) CFLAGS+= -DNDEBUG .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -fomit-frame-pointer .endif .if defined(WITH_GC) LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc .else CONFIGURE_ARGS+= --without-boehm-gc PTHREAD_CFLAGS= PTHREAD_LIBS= .endif post-patch: @${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='leonard@users|PACKAGE_BUGREPORT='leonard\\\@users|" \ ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} .for f in doc/USAGE.html AUTHORS NEWS README TODO COPYING ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/lang/see-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/lang/see-devel/distinfo =================================================================== --- head/lang/see-devel/distinfo (revision 210640) +++ head/lang/see-devel/distinfo (revision 210641) @@ -1,3 +1,3 @@ -MD5 (see-2.1.1293_snapshot.tar.gz) = 65fb2bff5b49a95bf2907e6d636a1137 -SHA256 (see-2.1.1293_snapshot.tar.gz) = 086627e7fd71fe872f7f649ffc3c5121f9c653cbf1fab91a32eefc7b4d264cdb -SIZE (see-2.1.1293_snapshot.tar.gz) = 1037724 +MD5 (see-3.0.1376.tar.gz) = b67a8ff3e5e987328540fd4c01323700 +SHA256 (see-3.0.1376.tar.gz) = e06dc6182adc2d4abb7b23b92472c02b8a1016d58038533770de4c26988d51f7 +SIZE (see-3.0.1376.tar.gz) = 1066852 Property changes on: head/lang/see-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/lang/see-devel/pkg-plist =================================================================== --- head/lang/see-devel/pkg-plist (revision 210640) +++ head/lang/see-devel/pkg-plist (revision 210641) @@ -1,39 +1,40 @@ bin/libsee-config bin/see-shell include/see/cfunction.h include/see/context.h include/see/debug.h include/see/error.h include/see/eval.h include/see/input.h include/see/intern.h include/see/interpreter.h include/see/mem.h include/see/module.h include/see/native.h include/see/no.h include/see/object.h include/see/see.h include/see/string.h include/see/system.h include/see/try.h include/see/type.h include/see/value.h include/see/version.h lib/libsee.a lib/libsee.la lib/libsee.so -lib/libsee.so.1 +lib/libsee.so.2 lib/see/libFile.a lib/see/libFile.la lib/see/libFile.so lib/see/libFile.so.0 +libdata/pkgconfig/see.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/USAGE.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/see @dirrm lib/see Property changes on: head/lang/see-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property