FreeBSD Bugzilla – Attachment 155943 Details for
Bug 199613
[MAINTAINER] games/wtf: Update to 20150421
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games/wtf 20150416 -> 20150424
wtf-20150424.diff (text/plain), 1.75 KB, created by
Nikolai Lifanov
on 2015-04-24 12:53:28 UTC
(
hide
)
Description:
games/wtf 20150416 -> 20150424
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2015-04-24 12:53:28 UTC
Size:
1.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 384635) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= wtf >-PORTVERSION= 20150416 >+PORTVERSION= 20150424 > CATEGORIES= games > MASTER_SITES= SF/bsdwtf > >@@ -9,9 +9,15 @@ > MAINTAINER= lifanov@mail.lifanov.com > COMMENT= Translates common Internet acronyms > >+OPTIONS_DEFINE= OFFENSIVE >+OPTIONS_DEFAULT= OFFENSIVE >+OFFENSIVE_DESC= Include offensive acronyms >+ > NO_BUILD= yes > NO_ARCH= yes > >+.include <bsd.port.options.mk> >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf* > >@@ -20,6 +26,11 @@ > ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 > @${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/acronyms ${STAGEDIR}${DATADIR} >+.if ${PORT_OPTIONS:MOFFENSIVE} >+ ${INSTALL_DATA} ${WRKSRC}/acronyms-o.real ${STAGEDIR}${DATADIR}/acronyms-o >+.else >+ ${INSTALL_DATA} ${WRKSRC}/acronyms-o.fake ${STAGEDIR}${DATADIR}/acronyms-o >+.endif > ${INSTALL_DATA} ${WRKSRC}/acronyms.comp ${STAGEDIR}${DATADIR} > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 384635) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (wtf-20150416.tar.gz) = 6393408831fa96812c49f798cb7e35762302a50868188dffb9f6104fc3794e5e >-SIZE (wtf-20150416.tar.gz) = 23762 >+SHA256 (wtf-20150424.tar.gz) = 5b6d29f58aa2f2c3d0859c63fdaabca35dc54366c3e1b04287e1d228b06be7eb >+SIZE (wtf-20150424.tar.gz) = 24168 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 384635) >+++ pkg-plist (working copy) >@@ -1,4 +1,5 @@ > bin/wtf > man/man6/wtf.6.gz > %%DATADIR%%/acronyms >+%%DATADIR%%/acronyms-o > %%DATADIR%%/acronyms.comp
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:
lifanov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 199613
:
155858
|
155859
|
155863
|
155873
| 155943 |
155944