FreeBSD Bugzilla – Attachment 173930 Details for
Bug 212041
x11/sterm: update to 0.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Improved patch
sterm.patch (text/plain), 2.44 KB, created by
Dmitry Marakasov
on 2016-08-22 09:50:15 UTC
(
hide
)
Description:
Improved patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-08-22 09:50:15 UTC
Size:
2.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 420592) >+++ Makefile (working copy) >@@ -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,17 +18,15 @@ > 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 >+PLIST_FILES= bin/st man/man1/st.1.gz %%DATADIR%%/st.info > > 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,10 @@ > > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/st >+ @${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/st.info ${STAGEDIR}${DATADIR} >+ >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for doc in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} >Index: distinfo >=================================================================== >--- distinfo (revision 420592) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 420592) >+++ files/patch-Makefile (working copy) >@@ -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. >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 420592) >+++ pkg-descr (working copy) >@@ -3,4 +3,4 @@ > 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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
amdmi3
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 212041
:
173925
| 173930