FreeBSD Bugzilla – Attachment 144952 Details for
Bug 190799
[PATCH] net/whois: Update to 5.1.5, Switch to GITHUB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
whois-5.1.4.patch
whois-5.1.4.patch (text/plain), 4.49 KB, created by
Marco Steinbach
on 2014-07-25 00:12:26 UTC
(
hide
)
Description:
whois-5.1.4.patch
Filename:
MIME Type:
Creator:
Marco Steinbach
Created:
2014-07-25 00:12:26 UTC
Size:
4.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 362858) >+++ Makefile (working copy) >@@ -2,21 +2,18 @@ > # $FreeBSD$ > > PORTNAME= whois >-PORTVERSION= 5.0.23 >+PORTVERSION= 5.1.4 > CATEGORIES= net > MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} > DISTNAME= ${PORTNAME}_${PORTVERSION} > >-MAINTAINER= lapo@lapo.it >+MAINTAINER= coco@executive-computing.de > COMMENT= Marco d'Itri whois client > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BROKEN= Unfetchable >- >-USES= iconv gmake perl5 >-USE_XZ= yes >+USES= iconv gmake perl5 tar:xz > USE_PERL5= build > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > MAKE_ARGS= BASEDIR="${STAGEDIR}" >@@ -29,7 +26,13 @@ > .include <bsd.port.options.mk> > > post-patch: >- @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e "s|%%MWHOISCONF%%|${PREFIX}/etc/mwhois.conf|g" ${WRKSRC}/whois.1 >+ @${REINPLACE_CMD} -e "s|%%MWHOIS%%|mwhois|g" ${WRKSRC}/whois.1 >+ @${REINPLACE_CMD} -e "s|%%MWHOIST%%|MWHOIS|g" ${WRKSRC}/whois.1 >+ @${REINPLACE_CMD} -e "s|%%MWHOIST%%|MWHOIS|g" ${WRKSRC}/whois.conf.5 >+ @${REINPLACE_CMD} -e "s|%%MWHOIS%%|mwhois|g" ${WRKSRC}/whois.conf.5 >+ @${REINPLACE_CMD} -e "s|%%MWHOISCONF%%|${PREFIX}/etc/mwhois.conf|g" ${WRKSRC}/whois.conf.5 >+ @${REINPLACE_CMD} -e "s|%%MWHOISCONF%%|${PREFIX}/etc/mwhois.conf|g" ${WRKSRC}/config.h > .if ! ${PORT_OPTIONS:MNLS} > @${REINPLACE_CMD} -e "s| pos||" -e "s| install-pos||" \ > -e "s|-lintl||" ${WRKSRC}/Makefile >Index: distinfo >=================================================================== >--- distinfo (revision 362858) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (whois_5.0.23.tar.xz) = 6b486a42a4aa83b5f921083d518176726b6d2d903bc8dab5c6126ebe2bea1bf1 >-SIZE (whois_5.0.23.tar.xz) = 70116 >+SHA256 (whois_5.1.4.tar.xz) = 678f8677d0e2d4836b14c8e95ad875ec569cec282572635f920888462cc5daef >+SIZE (whois_5.1.4.tar.xz) = 76804 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 362858) >+++ files/patch-Makefile (working copy) >@@ -1,5 +1,5 @@ >---- Makefile.orig 2013-03-30 02:31:42.000000000 +0100 >-+++ Makefile 2014-01-20 18:16:15.000000000 +0100 >+--- Makefile.orig 2014-05-21 16:24:13.000000000 +0200 >++++ Makefile 2014-06-08 18:14:09.000000000 +0200 > @@ -1,6 +1,8 @@ > -prefix = /usr > +prefix = ${PREFIX} >@@ -10,16 +10,20 @@ > > PERL = perl > INSTALL = install >-@@ -92,15 +94,15 @@ >+@@ -98,17 +100,17 @@ > > install-whois: whois > $(INSTALL) -d $(BASEDIR)$(prefix)/bin/ > - $(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man1/ >+- $(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man5/ > - $(INSTALL) -m 0755 whois $(BASEDIR)$(prefix)/bin/ > - $(INSTALL) -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/ >+- $(INSTALL) -m 0644 whois.conf.5 $(BASEDIR)$(prefix)/share/man/man5/ > + $(INSTALL) -d $(BASEDIR)$(prefix)/man/man1/ >++ $(INSTALL) -d $(BASEDIR)$(prefix)/man/man5/ > + $(INSTALL) -m 0755 whois $(BASEDIR)$(prefix)/bin/mwhois > + $(INSTALL) -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/mwhois.1 >++ $(INSTALL) -m 0644 whois.conf.5 $(BASEDIR)$(prefix)/man/man5/mwhois.conf.5 > > install-mkpasswd: mkpasswd > $(INSTALL) -d $(BASEDIR)$(prefix)/bin/ >Index: files/patch-po_Makefile >=================================================================== >--- files/patch-po_Makefile (revision 362858) >+++ files/patch-po_Makefile (working copy) >@@ -1,5 +1,5 @@ >---- po/Makefile.orig 2013-03-30 02:31:41.000000000 +0100 >-+++ po/Makefile 2014-01-20 17:52:17.051238058 +0100 >+--- po/Makefile.orig 2014-06-08 18:22:54.000000000 +0200 >++++ po/Makefile 2014-06-08 18:23:37.000000000 +0200 > @@ -1,4 +1,4 @@ > -prefix = /usr > +prefix = ${PREFIX} >@@ -10,7 +10,7 @@ > > POTFILES=../whois.c ../mkpasswd.c > >-+.SUFFIXES: .po .mo >++.SUFFIXES: .po .mo > + > all: $(PACKAGE).pot $(CATALOGS) > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 362858) >+++ pkg-plist (working copy) >@@ -2,6 +2,7 @@ > bin/mwhois > man/man1/mkpasswd.1.gz > man/man1/mwhois.1.gz >+man/man5/mwhois.conf.5.gz > %%NLS%%share/locale/cs/LC_MESSAGES/whois.mo > %%NLS%%share/locale/da/LC_MESSAGES/whois.mo > %%NLS%%share/locale/de/LC_MESSAGES/whois.mo >@@ -12,7 +13,7 @@ > %%NLS%%share/locale/fr/LC_MESSAGES/whois.mo > %%NLS%%share/locale/it/LC_MESSAGES/whois.mo > %%NLS%%share/locale/ja/LC_MESSAGES/whois.mo >-%%NLS%%share/locale/no/LC_MESSAGES/whois.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/whois.mo > %%NLS%%share/locale/pl/LC_MESSAGES/whois.mo > %%NLS%%share/locale/pt_BR/LC_MESSAGES/whois.mo > %%NLS%%share/locale/ru/LC_MESSAGES/whois.mo
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 190799
:
143536
|
144952
|
144953
|
145512