Bug 175194 - [MAINTAINER] japanese/eblook: adopt OntionsNG
Summary: [MAINTAINER] japanese/eblook: adopt OntionsNG
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 06:50 UTC by Yasuhiro Kimura
Modified: 2013-01-15 05:40 UTC (History)
0 users

See Also:


Attachments
patch-ja-eblook (456 bytes, text/plain)
2013-01-11 06:50 UTC, Yasuhiro Kimura
no flags Details
patch-ja-eblook (712 bytes, text/plain; charset=Shift_JIS)
2013-01-11 14:12 UTC, Yasuhiro Kimura
no flags Details
patch-ja-eblook (816 bytes, text/plain; charset=Shift_JIS)
2013-01-14 01:22 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-11 06:50:00 UTC
	Adopt OptionsNG.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-01-11 07:22:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-11 14:12:37 UTC
License information is added. So please commit attached patch instead
of original one.

Regards.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 01:22:14 UTC
"Created by:" header is added to Makefile. Please commit attached patch
instead of previous ones.

Regards.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-15 05:31:58 UTC
Author: jgh
Date: Tue Jan 15 05:31:50 2013
New Revision: 310425
URL: http://svnweb.freebsd.org/changeset/ports/310425

Log:
  - add created by to header
  - adopt optionsNG
  - add LICENSE
  - trim COMMENT
  
  PR:		175194
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/japanese/eblook/Makefile

Modified: head/japanese/eblook/Makefile
==============================================================================
--- head/japanese/eblook/Makefile	Tue Jan 15 05:28:40 2013	(r310424)
+++ head/japanese/eblook/Makefile	Tue Jan 15 05:31:50 2013	(r310425)
@@ -1,3 +1,4 @@
+# Created by: Shigeyuki Fukushima <shige@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	eblook
@@ -8,7 +9,9 @@ MASTER_SITES=	http://openlab.ring.gr.jp/
 DIST_SUBDIR=	eb
 
 MAINTAINER=	yasu@utahime.org
-COMMENT=	Interactive EB interface command for searching words in electronic dictionaries
+COMMENT=	Command to lookup words in EB format dictionaries
+
+LICENSE=	GPLv2
 
 LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
 
@@ -18,8 +21,12 @@ CONFIGURE_ARGS=		--with-eb-includes=${PR
 
 INFO=		eblook
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	for i in AUTHORS COPYING ChangeLog NEWS README ; do \
 		${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\
_______________________________________________
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"
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2013-01-15 05:32:04 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!