ports/175273: [PATCH] www/dokuwiki: add license information

Yasuhiro KIMURA yasu at utahime.org
Mon Jan 14 01:00:00 UTC 2013


>Number:         175273
>Category:       ports
>Synopsis:       [PATCH] www/dokuwiki: add license information
>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 01:00: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:

	- Add license information.
	- Trim makefile header.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-dokuwiki begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310295)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	dokuwiki
-# Date created:		2005-04-10
-# Whom:			chinsan <chinsan at mail2000.com.tw>
-#
+# Created by: chinsan <chinsan at mail2000.com.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	dokuwiki
 PORTVERSION=	${DIST_VER:S/${PORTNAME}//:S/-//g}
@@ -16,6 +12,9 @@
 MAINTAINER=	delphij at FreeBSD.org
 COMMENT=	A simple and easy to use wiki, no database required
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 DIST_VER=	${PORTNAME}-2012-10-13
 USE_PHP=	gd mbstring openssl pcre session xml zlib
 NO_BUILD=	YES
--- patch-dokuwiki ends here ---


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


More information about the freebsd-ports-bugs mailing list