svn commit: r413814 - head/www/zenphoto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:47:06 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:47:05 2016
New Revision: 413814
URL: https://svnweb.freebsd.org/changeset/ports/413814

Log:
  - Fix LICENSE
  - Update BROKEN: use lowercase for leading character

Modified:
  head/www/zenphoto/Makefile

Modified: head/www/zenphoto/Makefile
==============================================================================
--- head/www/zenphoto/Makefile	Sat Apr 23 06:47:00 2016	(r413813)
+++ head/www/zenphoto/Makefile	Sat Apr 23 06:47:05 2016	(r413814)
@@ -9,10 +9,9 @@ CATEGORIES=	www
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simpler web photo gallery
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	does not build
 
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-all mailing list