Date: Wed, 12 Aug 2009 22:59:21 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137710: [MAINTAINER] editors/scite: update to 2.00 Message-ID: <200908130259.n7D2xLBv015186@kirby.cyberbotx.com> Resent-Message-ID: <200908130300.n7D30J77061414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908130259.n7D2xLBv015186>