svn commit: r302515 - head/x11/sterm

Guido Falsi madpilot at FreeBSD.org
Tue Aug 14 10:37:39 UTC 2012


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 at gmail.com>
  Approved by:	Matthew Donovan <kitche at 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 at 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



More information about the svn-ports-all mailing list