From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 13 03:00:20 2009 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 617AB1065673 for ; Thu, 13 Aug 2009 03:00:20 +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 34DBE8FC54 for ; Thu, 13 Aug 2009 03:00:20 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7D30JNr061415 for ; Thu, 13 Aug 2009 03:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7D30J77061414; Thu, 13 Aug 2009 03:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 13 Aug 2009 03:00:19 GMT Resent-Message-Id: <200908130300.n7D30J77061414@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, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51D8F106566B for ; Thu, 13 Aug 2009 02:59:28 +0000 (UTC) (envelope-from cyberbotx@kirby.cyberbotx.com) Received: from QMTA11.emeryville.ca.mail.comcast.net (qmta11.emeryville.ca.mail.comcast.net [76.96.27.211]) by mx1.freebsd.org (Postfix) with ESMTP id 377458FC15 for ; Thu, 13 Aug 2009 02:59:26 +0000 (UTC) Received: from OMTA08.emeryville.ca.mail.comcast.net ([76.96.30.12]) by QMTA11.emeryville.ca.mail.comcast.net with comcast id TcUY1c00F0FhH24ABeyqJy; Thu, 13 Aug 2009 02:58:50 +0000 Received: from kirby.cyberbotx.com ([68.41.9.25]) by OMTA08.emeryville.ca.mail.comcast.net with comcast id TezR1c00A0YQbD88UezRzl; Thu, 13 Aug 2009 02:59:27 +0000 Received: from kirby.cyberbotx.com (localhost [127.0.0.1]) by kirby.cyberbotx.com (Postfix) with ESMTP id 57A331143F; Wed, 12 Aug 2009 22:59:22 -0400 (EDT) Received: (from root@localhost) by kirby.cyberbotx.com (8.14.2/8.14.2/Submit) id n7D2xLBv015186; Wed, 12 Aug 2009 22:59:21 -0400 (EDT) (envelope-from cyberbotx) Message-Id: <200908130259.n7D2xLBv015186@kirby.cyberbotx.com> Date: Wed, 12 Aug 2009 22:59:21 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137710: [MAINTAINER] editors/scite: update to 2.00 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 03:00:20 -0000 >Number: 137710 >Category: ports >Synopsis: [MAINTAINER] editors/scite: update to 2.00 >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: Thu Aug 13 03:00:18 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: - Update to 2.00 This also has the same small workaround as the x11-toolkits/scintilla port, but since a fix was found, feel free to fix it correctly. As the update to x11-toolkits/scintilla is still being worked on, I am unsure what the fix is yet. (Requires ports/137675 to be committed first) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- scite-2.00.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile --- /usr/ports/editors/scite/Makefile 2009-07-15 18:17:59.000000000 -0400 +++ /kirby/shared/ports/scite/Makefile 2009-08-11 13:28:59.000000000 -0400 @@ -6,10 +6,9 @@ # PORTNAME= scite -PORTVERSION= 1.79 +PORTVERSION= 2.00 CATEGORIES= editors gnome -MASTER_SITES= SF \ - http://www.scintilla.org/ +MASTER_SITES= SF MASTER_SITE_SUBDIR= scintilla DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz @@ -17,10 +16,12 @@ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A full-featured SCIntilla based Text Editor for GTK/GNOME -LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla +LIB_DEPENDS= scintilla.2:${PORTSDIR}/x11-toolkits/scintilla WRKSRC= ${WRKDIR}/${PORTNAME}/gtk +FETCH_ARGS= -pRr + USE_GMAKE= yes USE_GNOME= gtk20 MAKEFILE= makefile @@ -29,16 +30,6 @@ MAN1= scite.1 -.if defined(PACKAGE_BUILDING) -IGNORE= requires x11-toolkits/scintilla to be built with GTK+2 support -.endif - -pre-configure: - @if [ -n "`${PKG_INFO} -E 'scintilla-[0-9]*' 2> /dev/null`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: requires x11-toolkits/scintilla to be built with GTK+2."; \ - ${FALSE}; \ - fi - post-patch: @${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|gcc|$$(CC)|g ; s| -Os||g' \ ${WRKSRC}/makefile @@ -62,7 +53,9 @@ ${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DOCSDIR} .endif +.if !defined(NOPORTDOCS) post-install: @${CAT} ${PKGMESSAGE} +.endif .include diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo --- /usr/ports/editors/scite/distinfo 2009-07-15 18:17:59.000000000 -0400 +++ /kirby/shared/ports/scite/distinfo 2009-08-11 13:24:56.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (scite179.tgz) = 02a0d68f0c33c01c9a2c9d69c295acea -SHA256 (scite179.tgz) = ebd7105b892b68ec4f9190ffcd4a98226e84a73d2e9cbd29653d52692de3cbf9 -SIZE (scite179.tgz) = 1719588 +MD5 (scite200.tgz) = fe6ba62eaf86ec0a49e03d2a03c3e048 +SHA256 (scite200.tgz) = 56be771b4aaf9a0e0b601dea374f12926fc1c2eb1b91ab8783165143c8d7b210 +SIZE (scite200.tgz) = 1810957 --- scite-2.00.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: