Bug 175271 - [PATCH] japanese/lookup: take maintainership etc.
Summary: [PATCH] japanese/lookup: take maintainership etc.
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 00:30 UTC by Yasuhiro Kimura
Modified: 2013-02-04 02:30 UTC (History)
0 users

See Also:


Attachments
patch-ja-lookup (695 bytes, text/plain)
2013-01-14 00:30 UTC, Yasuhiro Kimura
no flags Details
patch-ja-lookup (745 bytes, text/plain; charset=Shift_JIS)
2013-01-14 01:44 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-14 00:30:00 UTC
	- Take maintainership.
	- Add license information.
	- Trim makefile header.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 01:44:51 UTC
"Created by:" header is added to Makefile. Please commit attached patch
instead of previous ones.

Regards.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-04 02:20:50 UTC
Author: eadler
Date: Mon Feb  4 02:20:43 2013
New Revision: 311538
URL: http://svnweb.freebsd.org/changeset/ports/311538

Log:
  Add LICENSE
  Hand maintainer to submitter
  Fix header
  
  PR:		ports/175271
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/japanese/lookup/Makefile

Modified: head/japanese/lookup/Makefile
==============================================================================
--- head/japanese/lookup/Makefile	Mon Feb  4 01:46:42 2013	(r311537)
+++ head/japanese/lookup/Makefile	Mon Feb  4 02:20:43 2013	(r311538)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	lookup for Mule 2.3
-# Date created:		98/11/19
-# Whom:			Satoshi Taoka <taoka@FreeBSD.org>
-#
+# Created by: Satoshi Taoka <taoka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	lookup
 PORTVERSION=	1.4.1
@@ -12,9 +8,11 @@ CATEGORIES=	japanese elisp
 MASTER_SITES=	http://openlab.ring.gr.jp/edict/lookup/dist/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	yasu@utahime.org
 COMMENT=	Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc
 
+LICENSE=	GPLv2
+
 USE_EMACS=	yes
 
 INFO?=		lookup lookup-guide
_______________________________________________
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 3 Eitan Adler freebsd_committer freebsd_triage 2013-02-04 02:21:14 UTC
State Changed
From-To: open->closed

patch failed to apply - no idea why; fixed manually;  btw LICENSE_FILE 
is not required when using a standard license.
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2013-02-04 02:21:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.