svn commit: r548168 - in head/graphics/pgplot: . files

Brooks Davis brooks at FreeBSD.org
Wed Sep 9 23:38:11 UTC 2020


Author: brooks
Date: Wed Sep  9 23:38:10 2020
New Revision: 548168
URL: https://svnweb.freebsd.org/changeset/ports/548168

Log:
  graphics/pgplot: Fix duplicate source file
  
  This will result in linker errors once D26044 is commited since
  currently duplicates are silently filtered out.
  
  While here, add LICENSE variables.
  
  Submitted by:	arichardson
  Reviewed by:	zeising
  Differential Revision:	https://reviews.freebsd.org/D26371

Modified:
  head/graphics/pgplot/Makefile
  head/graphics/pgplot/files/Makefile.flib

Modified: head/graphics/pgplot/Makefile
==============================================================================
--- head/graphics/pgplot/Makefile	Wed Sep  9 23:21:37 2020	(r548167)
+++ head/graphics/pgplot/Makefile	Wed Sep  9 23:38:10 2020	(r548168)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgplot
 PORTVERSION=	5.2.2
-PORTREVISION=	27
+PORTREVISION=	28
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.astro.caltech.edu/pub/pgplot/
 DISTNAME=	${PORTNAME}${PORTVERSION:R}
@@ -11,13 +11,18 @@ DISTNAME=	${PORTNAME}${PORTVERSION:R}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C/FORTRAN library for drawing graphs on a variety of display devices
 
+LICENSE=	PGPLOT
+LICENSE_NAME=	PGPLOT License
+LICENSE_FILE=	${WRKSRC}/copyright.notice
+LICENSE_PERMS=	no-dist-sell no-pkg-sell
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
-MAKE_JOBS_UNSAFE=	yes
-
 USES=		fortran shebangfix xorg
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xorgproto xt
+
+MAKE_JOBS_UNSAFE=	yes
 
 MAKE_ENV=	SSP_CFLAGS=
 SHEBANG_FILES=	makehtml maketex

Modified: head/graphics/pgplot/files/Makefile.flib
==============================================================================
--- head/graphics/pgplot/files/Makefile.flib	Wed Sep  9 23:21:37 2020	(r548167)
+++ head/graphics/pgplot/files/Makefile.flib	Wed Sep  9 23:38:10 2020	(r548168)
@@ -38,7 +38,7 @@ GR_ROUTINES=	grarea.f grbpic.f grchsz.f grclip.f grclo
 	grpixl.f grpocl.f grprom.f grpxpo.f grpxps.f grpxpx.f grpxre.f \
 	grqcap.f grqci.f grqcol.f grqcr.f grqdev.f grqdt.f grqfnt.f grqls.f \
 	grqlw.f grqpos.f grqtxt.f grqtyp.f grquit.f grrec0.f grrect.f grsci.f \
-	grscr.f grsetc.f grscrl.f grsetc.f grsets.f grsfnt.f grsize.f grskpb.f \
+	grscr.f grscrl.f grsetc.f grsets.f grsfnt.f grsize.f grskpb.f \
 	grslct.f grsls.f grslw.f grsyds.f grsymk.f grsyxd.f grterm.f grtext.f \
 	grtoup.f grtrim.f grtrn0.f grtxy0.f grvct0.f grwarn.f grxhls.f \
 	grxrgb.f


More information about the svn-ports-all mailing list