From owner-svn-ports-all@freebsd.org Wed Sep 9 23:38:11 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 603763E0DC7; Wed, 9 Sep 2020 23:38:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bmz3R1r71z45Yb; Wed, 9 Sep 2020 23:38:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 224969B0D; Wed, 9 Sep 2020 23:38:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 089NcB7b064852; Wed, 9 Sep 2020 23:38:11 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 089NcABH064850; Wed, 9 Sep 2020 23:38:10 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202009092338.089NcABH064850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 9 Sep 2020 23:38:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548168 - in head/graphics/pgplot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/graphics/pgplot: . files X-SVN-Commit-Revision: 548168 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2020 23:38:11 -0000 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@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