Bug 183191 - [PATCH] net/ripe-whois: Convert to staging
Summary: [PATCH] net/ripe-whois: Convert to staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 11:00 UTC by Mathieu Arnold
Modified: 2013-11-06 12:30 UTC (History)
1 user (show)

See Also:


Attachments
ripe-whois-3.2.2.patch (930 bytes, patch)
2013-10-22 11:00 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-10-22 11:00:02 UTC
Convert to staging.

Port maintainer (lerik@nolink.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-22 11:00:15 UTC
Maintainer of net/ripe-whois,

Please note that PR ports/183191 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183191

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-22 11:00:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2013-10-22 11:11:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:22:30 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-11-06 12:22:36 UTC
Author: mat
Date: Wed Nov  6 12:22:29 2013
New Revision: 332976
URL: http://svnweb.freebsd.org/changeset/ports/332976

Log:
  Convert to staging.
  
  maintainer timeout
  PR:		ports/183191
  Submitted by:	mat

Modified:
  head/net/ripe-whois/Makefile

Modified: head/net/ripe-whois/Makefile
==============================================================================
--- head/net/ripe-whois/Makefile	Wed Nov  6 12:22:11 2013	(r332975)
+++ head/net/ripe-whois/Makefile	Wed Nov  6 12:22:29 2013	(r332976)
@@ -15,16 +15,16 @@ USE_PERL5=	build
 
 GNU_CONFIGURE=	yes
 
-MAN1=		whois3.1
-PLIST_FILES=	bin/whois3
+PLIST_FILES=	bin/whois3 man/man1/whois3.1.gz
 
-NO_STAGE=	yes
 post-patch::
 	${REINPLACE_CMD} -E \
 		-e '/^bin_PROGRAMS =/ s/whois\$$\(EXEEXT\)/whois3$$(EXEEXT)/' \
 		${WRKSRC}/Makefile.in
 
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/doc
 DOCSDIR=	${PREFIX}/share/doc/${DISTNAME}
 PORTDOCS=	HELP.txt FLAGS.txt
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"