From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 26 06:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A11C282 for ; Wed, 26 Jun 2013 06:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9281178 for ; Wed, 26 Jun 2013 06:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5Q6o3IR043602 for ; Wed, 26 Jun 2013 06:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5Q6o3Dw043601; Wed, 26 Jun 2013 06:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 26 Jun 2013 06:50:03 GMT Resent-Message-Id: <201306260650.r5Q6o3Dw043601@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Donovan Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E707A24B for ; Wed, 26 Jun 2013 06:46:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C10451157 for ; Wed, 26 Jun 2013 06:46:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5Q6kBij070395 for ; Wed, 26 Jun 2013 06:46:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5Q6kBQE070394; Wed, 26 Jun 2013 06:46:11 GMT (envelope-from nobody) Message-Id: <201306260646.r5Q6kBQE070394@oldred.freebsd.org> Date: Wed, 26 Jun 2013 06:46:11 GMT From: Matthew Donovan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179997: [MAINTAINER UPDATE] Sterm to version 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 06:50:03 -0000 >Number: 179997 >Category: ports >Synopsis: [MAINTAINER UPDATE] Sterm to version 0.4.1 >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: Wed Jun 26 06:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthew Donovan >Release: 10-Current >Organization: >Environment: >Description: Updated Sterm to 0.4.1. Also removed patch-config.mk as port now uses pkg-config. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 321782) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sterm -PORTVERSION= 0.3 +PORTVERSION= 0.4.1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/st/ DISTNAME= st-${PORTVERSION} @@ -11,7 +11,7 @@ COMMENT= A simple X terminal LICENSE= BSD - +BUILD_DEPENDS= pkgconfig:${PORTSDIR}/devel/pkgconf LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses Index: distinfo =================================================================== --- distinfo (revision 321782) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (st-0.3.tar.gz) = 6d6ca8e8a110530caf97538eab96f0ec28ad2dc419054afeea91e8187b940e34 -SIZE (st-0.3.tar.gz) = 24424 +SHA256 (st-0.4.1.tar.gz) = ee2f93c6d8cd95a5ab47423eeebde4a474be470309ceee33fa3c7757eae2bf31 +SIZE (st-0.4.1.tar.gz) = 32947 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 321782) +++ files/patch-Makefile (working copy) @@ -1,11 +1,11 @@ ---- Makefile.orig 2012-11-02 20:09:49.000000000 +0100 -+++ Makefile 2012-11-26 21:33:04.882099791 +0100 -@@ -50,7 +50,7 @@ +--- Makefile.orig 2013-06-26 00:09:00.000000000 -0500 ++++ Makefile 2013-06-26 00:10:14.000000000 -0500 +@@ -49,7 +49,7 @@ + @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 - @echo If things do not seem to work, be sure that there is no \ - floating st terminfo in the .terminfo directory in your home dir. + @echo Please see the README file regarding the terminfo entry of st. - @tic -s st.info -+ @tic -s -o ${LOCALBASE}/share/misc st.info ++ @tic -s -o ${LOCALBASE}/share/misc st.info uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin Index: files/patch-config.mk =================================================================== --- files/patch-config.mk (revision 321782) +++ files/patch-config.mk (working copy) @@ -1,11 +0,0 @@ ---- config.mk.orig 2012-11-02 20:09:49.000000000 +0100 -+++ config.mk 2012-11-26 22:28:12.270095047 +0100 -@@ -11,7 +11,7 @@ - X11LIB = /usr/X11R6/lib - - # includes and libs --INCS = -I. -I/usr/include -I${X11INC} -I/usr/include/freetype2 -+INCS = -I. -I/usr/include -I${X11INC} -I${X11INC}/freetype2 - LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig - - # flags >Release-Note: >Audit-Trail: >Unformatted: