Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 09:57:01 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175273: [PATCH] www/dokuwiki: add license information
Message-ID:  <20130114005701.32EA54E63D@eastasia.home.utahime.org>
Resent-Message-ID: <201301140100.r0E100xj068762@freefall.freebsd.org>

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

>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@mail2000.com.tw>
-#
+# Created by: chinsan <chinsan@mail2000.com.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	dokuwiki
 PORTVERSION=	${DIST_VER:S/${PORTNAME}//:S/-//g}
@@ -16,6 +12,9 @@
 MAINTAINER=	delphij@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:



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