Date: Tue, 6 Sep 2016 18:17:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421456 - in head/x11/sterm: . files Message-ID: <201609061817.u86IH2Qj061131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 6 18:17:02 2016 New Revision: 421456 URL: https://svnweb.freebsd.org/changeset/ports/421456 Log: - Update to 0.7 - Regenerate patch - Remove unneeded ncurses dependency - While here, switch to options helpers and fix WWW PR: 212041 Submitted by: udvzsolt@gmail.com Approved by: kitche@kitchetech.com (maintainer) Modified: head/x11/sterm/Makefile head/x11/sterm/distinfo head/x11/sterm/files/patch-Makefile head/x11/sterm/pkg-descr Modified: head/x11/sterm/Makefile ============================================================================== --- head/x11/sterm/Makefile Tue Sep 6 18:14:40 2016 (r421455) +++ head/x11/sterm/Makefile Tue Sep 6 18:17:02 2016 (r421456) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sterm -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/st/ DISTNAME= st-${PORTVERSION} @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= pkgconfig ncurses:port +USES= pkgconfig USE_XORG= x11 xext xft PLIST_FILES= bin/st man/man1/st.1.gz @@ -27,8 +27,6 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - pre-everything:: @${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:" @${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean" @@ -48,6 +46,8 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/st + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} Modified: head/x11/sterm/distinfo ============================================================================== --- head/x11/sterm/distinfo Tue Sep 6 18:14:40 2016 (r421455) +++ head/x11/sterm/distinfo Tue Sep 6 18:17:02 2016 (r421456) @@ -1,2 +1,3 @@ -SHA256 (st-0.6.tar.gz) = 85310c08c3814e099b5e45888f8ac7548640e69e9973e934d4fba38b03737a2b -SIZE (st-0.6.tar.gz) = 40271 +TIMESTAMP = 1471840973 +SHA256 (st-0.7.tar.gz) = f7870d906ccc988926eef2cc98950a99cc78725b685e934c422c03c1234e6000 +SIZE (st-0.7.tar.gz) = 42418 Modified: head/x11/sterm/files/patch-Makefile ============================================================================== --- head/x11/sterm/files/patch-Makefile Tue Sep 6 18:14:40 2016 (r421455) +++ head/x11/sterm/files/patch-Makefile Tue Sep 6 18:17:02 2016 (r421456) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-04-20 15:29:39.000000000 +0200 -+++ Makefile 2014-02-24 10:49:11.418450591 +0100 -@@ -49,7 +49,6 @@ +--- Makefile.orig 2016-08-11 14:25:58 UTC ++++ Makefile +@@ -49,7 +49,6 @@ install: all @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 @echo Please see the README file regarding the terminfo entry of st. Modified: head/x11/sterm/pkg-descr ============================================================================== --- head/x11/sterm/pkg-descr Tue Sep 6 18:14:40 2016 (r421455) +++ head/x11/sterm/pkg-descr Tue Sep 6 18:17:02 2016 (r421456) @@ -3,4 +3,4 @@ st is a minimalistic X terminal. It consists of a single binary, configuration is done at compile-time by a config.h file. -WWW: http://st.suckless.org +WWW: http://st.suckless.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061817.u86IH2Qj061131>