Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 09:56:09 -0700 (PDT)
From:      Dennis Herrmann <dhn@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kitchetech@gmail.com
Subject:   ports/158033: [PATCH] x11/sterm: update to 0.1.1
Message-ID:  <4dfe2a29.04c7e30a.1748.ffffb058@mx.google.com>
Resent-Message-ID: <201106191720.p5JHKFIu055457@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158033
>Category:       ports
>Synopsis:       [PATCH] x11/sterm: update to 0.1.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 Jun 19 17:20:15 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD Nuttenmoped 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Fri May 13 22:48:03 UTC 2011
>Description:
Changes: http://4bit.ws/~dhn/diff/st-20110401_0.1.1.diff

- Update to 0.1.1

Port maintainer (kitchetech@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- sterm-0.1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/sterm/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	8 Apr 2011 06:25:19 -0000	1.1
+++ Makefile	19 Jun 2011 16:53:32 -0000
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	sterm
-PORTVERSION=	0.0.20110401
+PORTVERSION=	0.1.1
 CATEGORIES=	x11
-MASTER_SITES=	http://kitchetech.com/port/distfile/ \
+MASTER_SITES=	http://hg.suckless.org/st/archive/ \
 		LOCAL/martymac
+DISTNAME=	${PORTVERSION}
 
 MAINTAINER=	kitchetech@gmail.com
 COMMENT=	A simple X terminal
@@ -23,6 +24,7 @@
 
 MAN1=	st.1
 PLIST_FILES=	bin/st
+WRKSRC=	${WRKDIR}/st-${PORTVERSION}
 
 PORTDOCS=	README
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/x11/sterm/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	8 Apr 2011 06:25:19 -0000	1.1
+++ distinfo	19 Jun 2011 16:30:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (sterm-0.0.20110401.tar.gz) = 966a9f30b5112b5f30a17ab2016947b2027f892aa19e486ca7d96ebab1cc8863
-SIZE (sterm-0.0.20110401.tar.gz) = 17303
+SHA256 (0.1.1.tar.gz) = 21f4c26c0260852896f02b6e445f24af5e1ba1c538e9e968c7db44fa638b7b3d
+SIZE (0.1.1.tar.gz) = 17211
--- sterm-0.1.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?4dfe2a29.04c7e30a.1748.ffffb058>