Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2009 14:56:41 +0200
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134860: [PATCH] net/whois: change binary name, take maintainership
Message-ID:  <4A16A109.4090201@lapo.it>
Resent-Message-ID: <200905221300.n4MD0FAS098222@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134860
>Category:       ports
>Synopsis:       [PATCH] net/whois: [SUMMARIZE CHANGES], take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 22 13:00:14 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lapo.andxor.it 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri
May  1 07:18:07 UTC
>Description:

- Take maintainership
- Re-apply binary name change as proposed in PR ports/105417 and listed
on 2007-09-03 in UPDATING

Removed file(s):
- pkg-plist

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- whois-4.7.33_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/whois.orig/Makefile
/usr/ports/net/whois/Makefile
--- /usr/ports/net/whois.orig/Makefile	2009-05-22 14:11:31.000000000 +0200
+++ /usr/ports/net/whois/Makefile	2009-05-22 14:49:41.000000000 +0200
@@ -7,11 +7,12 @@

 PORTNAME=	whois
 PORTVERSION=	4.7.33
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}

-MAINTAINER=	miwi@FreeBSD.org
+MAINTAINER=	lapo@lapo.it
 COMMENT=	Marco d\'Itri whois client

 USE_GMAKE=		yes
@@ -20,13 +21,12 @@

 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}

-#LDFLAGS+=	-L/usr/local/lib
-#CFLAGS+=	-I/usr/local/include
-
 MAKE_ENV=	LDFLAGS="${LDFLAGS}"
 MAKE_ARGS=	OPTS=""

-MAN1=	whois.1 mkpasswd.1
+MAN1=		mwhois.1 mkpasswd.1
+
+PLIST_FILES=	bin/mwhois bin/mkpasswd

 #.if !defined(WITHOUT_NLS)
 #USE_GETTEXT=	yes
diff -ruN --exclude=CVS /usr/ports/net/whois.orig/files/patch-aa
/usr/ports/net/whois/files/patch-aa
--- /usr/ports/net/whois.orig/files/patch-aa	2009-05-22
14:11:31.000000000 +0200
+++ /usr/ports/net/whois/files/patch-aa	2009-05-22 14:38:17.000000000 +0200
@@ -35,8 +35,8 @@
 -	$(INSTALL) -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
 +	$(INSTALL) -d $(prefix)/bin/
 +	$(INSTALL) -d $(prefix)/man/man1/
-+	$(INSTALL) -m 0755 whois $(prefix)/bin/
-+	$(INSTALL) -m 0644 whois.1 $(prefix)/man/man1/
++	$(INSTALL) -m 0755 whois $(prefix)/bin/mwhois
++	$(INSTALL) -m 0644 whois.1 $(prefix)/man/man1/mwhois.1

  install-mkpasswd: mkpasswd
 -	$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
diff -ruN --exclude=CVS /usr/ports/net/whois.orig/pkg-plist
/usr/ports/net/whois/pkg-plist
--- /usr/ports/net/whois.orig/pkg-plist	2009-05-22 14:11:31.000000000 +0200
+++ /usr/ports/net/whois/pkg-plist	1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-bin/whois
-bin/mkpasswd
--- whois-4.7.33_1.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A16A109.4090201>