- 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)
Maintainer of x11/sterm, Please note that PR ports/170551 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170551 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I agree with the update On Aug 12, 2012 5:10 AM, "Edwin Groothuis" <edwin@freebsd.org> wrote: > Maintainer of x11/sterm, > > Please note that PR ports/170551 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170551 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: madpilot Date: Tue Aug 14 10:37:38 2012 New Revision: 302515 URL: http://svn.freebsd.org/changeset/ports/302515 Log: - Update to 0.2.1 - Remove LICENSE_FILE for those in port.licenses.db.mk PR: ports/170551 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: Matthew Donovan <kitche@kitchetech.com> (maintainer) Approved by: crees, tabthorpe (mentors, implicit) Modified: head/x11/sterm/Makefile (contents, props changed) head/x11/sterm/distinfo (contents, props changed) Modified: head/x11/sterm/Makefile ============================================================================== --- head/x11/sterm/Makefile Tue Aug 14 10:18:07 2012 (r302514) +++ head/x11/sterm/Makefile Tue Aug 14 10:37:38 2012 (r302515) @@ -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 @@ MAINTAINER= kitche@kitchetech.com COMMENT= A simple X terminal LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses Modified: head/x11/sterm/distinfo ============================================================================== --- head/x11/sterm/distinfo Tue Aug 14 10:18:07 2012 (r302514) +++ head/x11/sterm/distinfo Tue Aug 14 10:37:38 2012 (r302515) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"