Bug 175273 - [PATCH] www/dokuwiki: add license information
Summary: [PATCH] www/dokuwiki: add license information
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: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 01:00 UTC by Yasuhiro Kimura
Modified: 2013-01-14 03:50 UTC (History)
0 users

See Also:


Attachments
patch-dokuwiki (685 bytes, text/plain)
2013-01-14 01:00 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 01:00:00 UTC
	- Add license information.
	- Trim makefile header.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-14 01:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-14 03:45:09 UTC
Author: delphij
Date: Mon Jan 14 03:45:02 2013
New Revision: 310358
URL: http://svnweb.freebsd.org/changeset/ports/310358

Log:
   - Add license information.
   - Trim makefile header.
  
  PR:		ports/175273
  Submitted by:	Yasuhiro KIMURA <yasu utahime org>

Modified:
  head/www/dokuwiki/Makefile

Modified: head/www/dokuwiki/Makefile
==============================================================================
--- head/www/dokuwiki/Makefile	Mon Jan 14 03:31:31 2013	(r310357)
+++ head/www/dokuwiki/Makefile	Mon Jan 14 03:45:02 2013	(r310358)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	dokuwiki
-# Date created:		2005-04-10
-# Whom:			chinsan <chinsan@mail2000.com.tw>
-#
+# Created by:	Chin-San Huang <chinsan@mail2000.com.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	dokuwiki
 PORTVERSION=	${DIST_VER:S/${PORTNAME}//:S/-//g}
@@ -16,6 +12,9 @@ EXTRACT_SUFX=	.tgz
 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
_______________________________________________
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 Xin LI freebsd_committer freebsd_triage 2013-01-14 03:45:10 UTC
State Changed
From-To: open->closed

Committed, thanks!