Summary: | [PATCH] devel/psvn: take maintainership and etc | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yasuhiro Kimura
2013-01-14 10:20:00 UTC
Author: mva Date: Mon Jan 14 16:08:57 2013 New Revision: 310394 URL: http://svnweb.freebsd.org/changeset/ports/310394 Log: - Trim Makefile headers - Add LICENSE - Pass maintainership to submitter PR: ports/175284 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/devel/psvn/Makefile (contents, props changed) Modified: head/devel/psvn/Makefile ============================================================================== --- head/devel/psvn/Makefile Mon Jan 14 16:00:35 2013 (r310393) +++ head/devel/psvn/Makefile Mon Jan 14 16:08:57 2013 (r310394) @@ -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,11 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= psvn.el EXTRACT_SUFX= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Subversion interface for Emacs +LICENSE= GPLv2 + RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion USE_EMACS= yes _______________________________________________ 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" State Changed From-To: open->closed Committed with minor changes. The LICENSE_FILE part was left out, since the GPLv2 is not fully listed within that file. Thanks! |