Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 19:13:25 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175284: [PATCH] devel/psvn: take maintainership and etc
Message-ID:  <20130114101325.9A5384E62E@eastasia.home.utahime.org>
Resent-Message-ID: <201301141020.r0EAK08f077295@freefall.freebsd.org>

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

>Number:         175284
>Category:       ports
>Synopsis:       [PATCH] devel/psvn: take maintainership and etc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 10:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64


	
>Description:

	- Take maintainership
	- Add license information.
	- Trim makefile header.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-psvn begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310361)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   psvn
-# Date created:                18 May 2004
-# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
-#
+# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
 # $FreeBSD$
-#
 
 PORTNAME=	psvn
 PORTVERSION=	20120326.212349
@@ -14,9 +10,12 @@
 DISTNAME=	psvn.el
 EXTRACT_SUFX=	# empty
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	yasu@utahime.org
 COMMENT=	Subversion interface for Emacs
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/psvn.el
+
 RUN_DEPENDS=	svn:${PORTSDIR}/devel/subversion
 
 USE_EMACS=	yes
--- patch-psvn ends here ---


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



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