Date: Sun, 12 Aug 2012 20:08:10 +1000 (EST) From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kitche@kitchetech.com Subject: ports/170551: [PATCH] x11/sterm: update to 0.2.1 Message-ID: <20120812100810.8A5013FF83@freebsd-9-amd64.localdomain> Resent-Message-ID: <201208121010.q7CAA1vk052624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170551 >Category: ports >Synopsis: [PATCH] x11/sterm: update to 0.2.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 Aug 12 10:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 0.2.1 - Remove LICENSE_FILE for those in port.licenses.db.mk ==[QA]== port test clean redports build: https://redports.org/buildarchive/20120812015126-30614/ Note: devel/ncurses on CLANG has issues, can sterm work with base ncurses library? Worth an OPTION here? Port maintainer (kitche@kitchetech.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- sterm-0.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11/sterm/Makefile ./Makefile --- /usr/ports/x11/sterm/Makefile 2012-02-22 22:08:20.000000000 +1100 +++ ./Makefile 2012-08-12 11:49:04.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= sterm -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/st/ DISTNAME= st-${PORTVERSION} @@ -15,7 +15,6 @@ COMMENT= A simple X terminal LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses diff -ruN --exclude=CVS /usr/ports/x11/sterm/distinfo ./distinfo --- /usr/ports/x11/sterm/distinfo 2012-02-22 22:08:20.000000000 +1100 +++ ./distinfo 2012-08-12 11:49:09.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (st-0.2.tar.gz) = 80e68ee5442188becaf02e2197fe93d0b53c78d770d87cef2e7496ee6ae7383f -SIZE (st-0.2.tar.gz) = 19421 +SHA256 (st-0.2.1.tar.gz) = 4bf5817483d3274fae9a205e692b308a5fd0cfcb55ed9f3761d2c564b4f7d897 +SIZE (st-0.2.1.tar.gz) = 19804 --- sterm-0.2.1.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?20120812100810.8A5013FF83>