FreeBSD Bugzilla – Attachment 173925 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]
patch
0.7.diff (text/plain), 1.83 KB, created by
Zsolt Udvari
on 2016-08-22 06:09:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Zsolt Udvari
Created:
2016-08-22 06:09:28 UTC
Size:
1.83 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 420585) >+++ 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,10 +18,10 @@ > 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 > >@@ -52,5 +52,7 @@ > .for doc in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} > .endfor >+ @${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/st.info ${STAGEDIR}${DATADIR} > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 420585) >+++ 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 420585) >+++ 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.
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
Actions:
View
|
Diff
Attachments on
bug 212041
:
173925
|
173930