Mon Aug 22 18:12:25 2016 UTC ()
Bump revision for previous commit


(morr)
diff -r1.58 -r1.59 pkgsrc/www/wordpress/Makefile

cvs diff -r1.58 -r1.59 pkgsrc/www/wordpress/Makefile (expand / switch to unified diff)

--- pkgsrc/www/wordpress/Makefile 2016/08/22 18:11:04 1.58
+++ pkgsrc/www/wordpress/Makefile 2016/08/22 18:12:25 1.59
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.58 2016/08/22 18:11:04 morr Exp $ 1# $NetBSD: Makefile,v 1.59 2016/08/22 18:12:25 morr Exp $
2 2
3DISTNAME= wordpress-${VERSION} 3DISTNAME= wordpress-${VERSION}
4VERSION= 4.6 4VERSION= 4.6
 5PKGREVISION= 1
5CATEGORIES= www 6CATEGORIES= www
6MASTER_SITES= http://wordpress.org/ 7MASTER_SITES= http://wordpress.org/
7 8
8MAINTAINER= morr@NetBSD.org 9MAINTAINER= morr@NetBSD.org
9HOMEPAGE= http://wordpress.org/ 10HOMEPAGE= http://wordpress.org/
10COMMENT= Blogging tool written in php 11COMMENT= Blogging tool written in php
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13USE_TOOLS+= pax 14USE_TOOLS+= pax
14 15
15.include "../../mk/bsd.prefs.mk" 16.include "../../mk/bsd.prefs.mk"
16.include "../../lang/php/phpversion.mk" 17.include "../../lang/php/phpversion.mk"
17.include "options.mk" 18.include "options.mk"