diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-07 02:17:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-07 02:17:02 +0800 |
commit | ec61307057e142753b06ddb3d516e60f31cff491 (patch) | |
tree | ee5dc75bab3a3f883e9f8798bc99e011c87faef2 /x11/sterm | |
parent | faa7af82b92545881550fa99fe7f4bbe2b34f493 (diff) | |
download | freebsd-ports-gnome-ec61307057e142753b06ddb3d516e60f31cff491.tar.gz freebsd-ports-gnome-ec61307057e142753b06ddb3d516e60f31cff491.tar.zst freebsd-ports-gnome-ec61307057e142753b06ddb3d516e60f31cff491.zip |
- 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)
Diffstat (limited to 'x11/sterm')
-rw-r--r-- | x11/sterm/Makefile | 8 | ||||
-rw-r--r-- | x11/sterm/distinfo | 5 | ||||
-rw-r--r-- | x11/sterm/files/patch-Makefile | 6 | ||||
-rw-r--r-- | x11/sterm/pkg-descr | 2 |
4 files changed, 11 insertions, 10 deletions
diff --git a/x11/sterm/Makefile b/x11/sterm/Makefile index 0159cd8b11a0..ccd1642070de 100644 --- a/x11/sterm/Makefile +++ b/x11/sterm/Makefile @@ -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-mirror pkg-sell auto-accept 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} diff --git a/x11/sterm/distinfo b/x11/sterm/distinfo index 002b37b64bf5..62ce1d5a5214 100644 --- a/x11/sterm/distinfo +++ b/x11/sterm/distinfo @@ -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 diff --git a/x11/sterm/files/patch-Makefile b/x11/sterm/files/patch-Makefile index 37629c1a4354..fcd8362232cb 100644 --- a/x11/sterm/files/patch-Makefile +++ b/x11/sterm/files/patch-Makefile @@ -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. diff --git a/x11/sterm/pkg-descr b/x11/sterm/pkg-descr index 074c8adc2fbf..369e0d6ae89d 100644 --- a/x11/sterm/pkg-descr +++ b/x11/sterm/pkg-descr @@ -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/ |