- Update to 3.0.1 - Add LICENSE Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I will take it.
Hi, I would like to clarify the license used by WordPress. According to this page (http://wordpress.org/about/license/), WordPress is released under GPLv2, not GPLv3. So I will fix the LICENSE line in your patch. The modified patch is attached. Thanks. Regards, sunpoet --- wordpress-zh_TW.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/wordpress-zh_TW/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 20 Jun 2010 12:21:34 -0000 1.2 +++ Makefile 3 Nov 2010 19:30:05 -0000 @@ -6,15 +6,17 @@ # PORTNAME= wordpress -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ PKGNAMESUFFIX= -zh_TW -DISTNAME= wordpress-${PORTVERSION}-zh_TW +DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} MAINTAINER= joehorn@gmail.com COMMENT= A state-of-the-art semantic personal publishing platform +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= mysql pcre xml gd tokenizer Index: distinfo =================================================================== RCS file: /home/ncvs/ports/chinese/wordpress-zh_TW/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 20 Jun 2010 12:21:34 -0000 1.2 +++ distinfo 3 Nov 2010 19:30:05 -0000 @@ -1,3 +1,2 @@ -MD5 (wordpress-3.0-zh_TW.tar.gz) = 2c2c5782398eac7e9d08d4974636b274 -SHA256 (wordpress-3.0-zh_TW.tar.gz) = 0dea0a6b7dfc7588326be94ac0b0218708ea318fb140950db39730047869af54 -SIZE (wordpress-3.0-zh_TW.tar.gz) = 2959429 +SHA256 (wordpress-3.0.1-zh_TW.tar.gz) = 98f3d3cce243c19d1465cb0e8103144da81ed11c6f76ed480391899e461a23ed +SIZE (wordpress-3.0.1-zh_TW.tar.gz) = 2949161 --- wordpress-zh_TW.patch begins here --- -- Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org> 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
sunpoet 2010-11-08 02:36:19 UTC FreeBSD ports repository Modified files: chinese/wordpress-zh_TW Makefile distinfo Log: - Update to 3.0.1 - Add LICENSE Changes: http://codex.wordpress.org/Version_3.0.1 PR: ports/151780 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) Revision Changes Path 1.3 +4 -2 ports/chinese/wordpress-zh_TW/Makefile 1.3 +2 -3 ports/chinese/wordpress-zh_TW/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!