From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 5 04:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6B1A1065676 for ; Sun, 5 Feb 2012 04:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B958C8FC13 for ; Sun, 5 Feb 2012 04:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q154A8De067592 for ; Sun, 5 Feb 2012 04:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q154A8ir067591; Sun, 5 Feb 2012 04:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 5 Feb 2012 04:10:08 GMT Resent-Message-Id: <201202050410.q154A8ir067591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A401065673 for ; Sun, 5 Feb 2012 04:03:56 +0000 (UTC) (envelope-from conrads@serene.no-ip.org) Received: from eastrmfepo102.cox.net (eastrmfepo102.cox.net [68.230.241.214]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4B08FC0A for ; Sun, 5 Feb 2012 04:03:55 +0000 (UTC) Received: from eastrmimpo109.cox.net ([68.230.241.222]) by eastrmfepo102.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120205040337.BWFZ3177.eastrmfepo102.cox.net@eastrmimpo109.cox.net> for ; Sat, 4 Feb 2012 23:03:37 -0500 Received: from serene.no-ip.org ([98.164.86.55]) by eastrmimpo109.cox.net with bizsmtp id W43c1i00C1BeFqy0243ci1; Sat, 04 Feb 2012 23:03:36 -0500 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q1543axW055984 for ; Sat, 4 Feb 2012 22:03:36 -0600 (CST) (envelope-from conrads@serene.no-ip.org) Received: (from root@localhost) by serene.no-ip.org (8.14.5/8.14.5/Submit) id q1543VQW055983; Sat, 4 Feb 2012 22:03:31 -0600 (CST) (envelope-from conrads) Message-Id: <201202050403.q1543VQW055983@serene.no-ip.org> Date: Sat, 4 Feb 2012 22:03:31 -0600 (CST) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/164784: [patch] (correction) update swt-devel to 3.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2012 04:10:09 -0000 >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: