Date: Sun, 11 Jan 2009 21:45:20 GMT From: Gerrit Beine <gerrit.beine@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130393: Update port: devel/subclipse Message-ID: <200901112145.n0BLjKsm034289@www.freebsd.org> Resent-Message-ID: <200901112150.n0BLo4b8042497@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130393 >Category: ports >Synopsis: Update port: devel/subclipse >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 11 21:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 7.0-RELEASE >Organization: sapat GmbH >Environment: FreeBSD tb.genesez.de 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to version 1.4.7 This patch removes the conflict with PHPEclipse. The conflict is no longer necessary, it was fixed in PHPEclipse :-) >How-To-Repeat: >Fix: diff -Nur /usr/ports/devel/subclipse/Makefile subclipse/Makefile --- /usr/ports/devel/subclipse/Makefile 2008-06-06 15:21:55.000000000 +0200 +++ subclipse/Makefile 2009-01-11 22:42:04.000000000 +0100 @@ -6,10 +6,10 @@ # PORTNAME= subclipse -PORTVERSION= 1.2.4 +PORTVERSION= 1.4.7 PORTREVISION= 1 CATEGORIES= devel java -MASTER_SITES= http://subclipse.tigris.org/files/documents/906/39522/ +MASTER_SITES= http://subclipse.tigris.org/files/documents/906/44501/ DISTNAME= site-${PORTVERSION} DIST_SUBDIR= eclipse @@ -18,8 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse -CONFLICTS= phpeclipse-[0-9]* - WRKSRC= ${WRKDIR} NO_BUILD= yes USE_ZIP= yes @@ -27,11 +25,25 @@ ECLIPSE= ${PREFIX}/eclipse SUBCLIPSE= org.tigris.subversion.subclipse SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \ - features/${SUBCLIPSE}.mylyn_2.0.0 \ + features/${SUBCLIPSE}.graph.feature_1.0.1 \ + features/${SUBCLIPSE}.mylyn_2.0.4 \ + features/${SUBCLIPSE}.mylyn_3.0.0 \ + features/org.tigris.subversion.clientadapter.feature_1.5.2 \ + features/org.tigris.subversion.clientadapter.javahl.feature_1.5.4.1 \ + features/org.tigris.subversion.clientadapter.svnkit.feature_1.5.4 \ + features/com.sun.jna_3.0.9 \ + features/org.tmatesoft.svnkit_1.2.1.5297 \ + features/org.tigris.subversion.clientadapter_1.5.2 \ + features/org.tigris.subversion.clientadapter.javahl_1.5.4.1 \ + features/org.tigris.subversion.clientadapter.svnkit_1.5.4 \ plugins/${SUBCLIPSE}.core_${PORTVERSION} \ - plugins/${SUBCLIPSE}.doc_1.2.0 \ - plugins/${SUBCLIPSE}.mylyn_2.0.0 \ - plugins/${SUBCLIPSE}.ui_${PORTVERSION} + plugins/${SUBCLIPSE}.doc_1.3.0 \ + plugins/${SUBCLIPSE}.graph_1.0.1 \ + plugins/${SUBCLIPSE}.mylyn_2.0.4 \ + plugins/${SUBCLIPSE}.mylyn_3.0.0 \ + plugins/${SUBCLIPSE}.ui_${PORTVERSION} \ + plugins/com.sun.jna_3.0.9 \ + plugins/org.tmatesoft.svnkit_1.2.1.5297 .include <bsd.port.pre.mk> diff -Nur /usr/ports/devel/subclipse/distinfo subclipse/distinfo --- /usr/ports/devel/subclipse/distinfo 2007-09-27 22:56:48.000000000 +0200 +++ subclipse/distinfo 2009-01-11 22:29:33.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (eclipse/site-1.2.4.zip) = ab4158ea8551d6c1495b0b7406227ab6 -SHA256 (eclipse/site-1.2.4.zip) = d1fd34e3903f7fa54f9477ca17fe74def41dfc4d4de2c9e00c9a5fd906141852 -SIZE (eclipse/site-1.2.4.zip) = 7059850 +MD5 (eclipse/site-1.4.7.zip) = 983792b6439725461fcc3c4af2852acf +SHA256 (eclipse/site-1.4.7.zip) = 054a8b8aaff71e1a1502fb317fb48ace6e20aeed2e4872d7d42f9c742ca32150 +SIZE (eclipse/site-1.4.7.zip) = 10919130 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901112145.n0BLjKsm034289>