Bug 175192 - [MAINTAINER] mail/c-sig: OptionsNG-fy and trim makefile header
Summary: [MAINTAINER] mail/c-sig: OptionsNG-fy and trim makefile header
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:30 UTC by Yasuhiro Kimura
Modified: 2013-01-15 21:50 UTC (History)
0 users

See Also:


Attachments
patch-c-sig (898 bytes, text/plain)
2013-01-11 06:30 UTC, Yasuhiro Kimura
no flags Details
patch-c-sig (994 bytes, text/plain; charset=Shift_JIS)
2013-01-11 13:59 UTC, Yasuhiro Kimura
no flags Details
patch-c-sig (1.00 KB, text/plain; charset=Shift_JIS)
2013-01-11 23:41 UTC, Yasuhiro Kimura
no flags Details
patch-c-sig (1.05 KB, text/plain; charset=Shift_JIS)
2013-01-14 01:15 UTC, Yasuhiro Kimura
no flags Details
patch-c-sig (1.02 KB, text/plain; charset=Shift_JIS)
2013-01-14 18:04 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:30:01 UTC
	OptionsNG-fy and trim makefile header.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-01-11 07:21:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-11 13:59:13 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-11 23:41:47 UTC
(2013/01/12 6:45), Jason Helfman wrote:
> where is the license for this stated outside of the port?
> thanks!
> -jgh

It is statete inside source code. Is it OK with attached patch?

Best regards.
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 01:15:35 UTC
"Created by:" header is added to Makefile. Please commit attached patch
instead of previous ones.

Regards.
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 18:04:48 UTC
I misunderstood the meaning of LICENSE_FILE. So please commit attached
patch instead of previous ones.

Regards.
Comment 6 Jason Helfman freebsd_committer freebsd_triage 2013-01-15 21:42:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-01-15 21:42:25 UTC
Author: jgh
Date: Tue Jan 15 21:42:12 2013
New Revision: 310464
URL: http://svnweb.freebsd.org/changeset/ports/310464

Log:
  - adopt optionsNG, define LICENSE, trim historical header
  
  PR:		175192
  Submitted by:	maintainer, yasu@utahime.org

Modified:
  head/mail/c-sig/Makefile   (contents, props changed)

Modified: head/mail/c-sig/Makefile
==============================================================================
--- head/mail/c-sig/Makefile	Tue Jan 15 21:22:40 2013	(r310463)
+++ head/mail/c-sig/Makefile	Tue Jan 15 21:42:12 2013	(r310464)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	c-sig
-# Date created:				30 May 2004
-# Whom:					KIMURA Yasuhiro <yasu@utahime.org>
-#
+# Created by: KIMURA Yasuhiro <yasu@utahime.org>
 # $FreeBSD$
-#
 
 PORTNAME=	c-sig
 PORTVERSION=	3.8
@@ -17,18 +13,25 @@ DISTNAME=	${PORTNAME}.${PORTVERSION}
 MAINTAINER=	yasu@utahime.org
 COMMENT=	Signature insertion tool for Emacs
 
+LICENSE=	GPLv2
+
 USE_EMACS=	yes
 
 NO_WRKSUBDIR=	yes
+
+OPTIONS_DEFINE=	DOCS
+
 LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 
+.include <bsd.port.options.mk>
+
 do-build:
 	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el
 
 do-install:
 	${MKDIR} ${LISPDIR}
 	${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${LISPDIR}
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man
 	${INSTALL_MAN} ${WRKSRC}/${file} ${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"