svn commit: r548211 - head/graphics/pgplot

Brooks Davis brooks at FreeBSD.org
Thu Sep 10 17:26:14 UTC 2020


Author: brooks
Date: Thu Sep 10 17:26:13 2020
New Revision: 548211
URL: https://svnweb.freebsd.org/changeset/ports/548211

Log:
  Express LICENSE_PERMS correction.
  
  Submitted by:	mat

Modified:
  head/graphics/pgplot/Makefile

Modified: head/graphics/pgplot/Makefile
==============================================================================
--- head/graphics/pgplot/Makefile	Thu Sep 10 16:19:56 2020	(r548210)
+++ head/graphics/pgplot/Makefile	Thu Sep 10 17:26:13 2020	(r548211)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgplot
 PORTVERSION=	5.2.2
-PORTREVISION=	28
+PORTREVISION=	29
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.astro.caltech.edu/pub/pgplot/
 DISTNAME=	${PORTNAME}${PORTVERSION:R}
@@ -14,7 +14,7 @@ COMMENT=	C/FORTRAN library for drawing graphs on a var
 LICENSE=	PGPLOT
 LICENSE_NAME=	PGPLOT License
 LICENSE_FILE=	${WRKSRC}/copyright.notice
-LICENSE_PERMS=	no-dist-sell no-pkg-sell
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libpng.so:graphics/png
 


More information about the svn-ports-all mailing list