Date: Sat, 4 Feb 2012 22:03:31 -0600 (CST) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/164784: [patch] (correction) update swt-devel to 3.7.1 Message-ID: <201202050403.q1543VQW055983@serene.no-ip.org> Resent-Message-ID: <201202050410.q154A8ir067591@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164784 >Category: ports >Synopsis: [patch] (correction) update swt-devel to 3.7.1 >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: Sun Feb 05 04:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Fri Feb 3 16:26:13 CST 2012 root@:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Slight correction to previous patch for swt-devel >How-To-Repeat: Ignore previous send-pr. Use this one. >Fix: Previous patch forgot to change the SWT_VERSION variable, resulting in incorrect plist. distinfo still needs to be filled in with x86 and ppc versions. --- swt-devel.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/swt-devel/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 18 Oct 2011 22:18:47 -0000 1.32 +++ Makefile 5 Feb 2012 03:57:43 -0000 @@ -6,11 +6,10 @@ # PORTNAME= swt -DISTVERSION= 3.6.2 -PORTEPOCH= 1 +DISTVERSION= 3.7.1 CATEGORIES= x11-toolkits devel java MASTER_SITES= ${MASTER_SITE_ECLIPSE} -MASTER_SITE_SUBDIR= R-${DISTVERSION}-201102101200 +MASTER_SITE_SUBDIR= R-${DISTVERSION}-201109091335 PKGNAMESUFFIX= -devel DISTNAME= swt-${DISTVERSION}-${DIST_EXT} @@ -21,7 +20,7 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc -SWT_VERSION= 3659 +SWT_VERSION= 3738 OUTPUT_JAR= ${PORTNAME}${PKGNAMESUFFIX}.jar USE_ZIP= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/swt-devel/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 18 Oct 2011 22:18:47 -0000 1.22 +++ distinfo 5 Feb 2012 03:06:48 -0000 @@ -1,6 +1,2 @@ -SHA256 (swt-3.6.2-gtk-linux-x86_64.zip) = 9459fbee1cab66fae9dabe085d911b6bfee52e41e1a236ac65bf0491fdbdb205 -SIZE (swt-3.6.2-gtk-linux-x86_64.zip) = 5531856 -SHA256 (swt-3.6.2-gtk-linux-x86.zip) = 1f380d8cd5545af90d7814db4824322f56c9cd4bb476febbadc8d54707779543 -SIZE (swt-3.6.2-gtk-linux-x86.zip) = 5236728 -SHA256 (swt-3.6.2-gtk-linux-ppc.zip) = 74b211ed6bc2d364f53c27075f5652622e79450cfbc6451aecd0da60e9e25ffe -SIZE (swt-3.6.2-gtk-linux-ppc.zip) = 5416141 +SHA256 (swt-3.7.1-gtk-linux-x86_64.zip) = dd11d29a95391afed42ac3883c45a2bda7e4597c72c4b7b1291316e006139b75 +SIZE (swt-3.7.1-gtk-linux-x86_64.zip) = 5671004 --- swt-devel.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202050403.q1543VQW055983>