diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-08 16:27:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-08 16:27:12 +0000 |
commit | c7084bac32a637530fc7c28a752a46c6af75d675 (patch) | |
tree | 239528f69c8ceb722811e28ee082440ec01a5f93 /math/plplot | |
parent | Add `w3m' and `gnome-help-browser' into the list of browsers that may be used (diff) |
o Update to 5.0.4
o Use BSD_INSTALL_* vars where possible
PR: 29443
Submitted by: Kato Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=45973
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 6 | ||||
-rw-r--r-- | math/plplot/distinfo | 3 | ||||
-rw-r--r-- | math/plplot/files/patch-ag | 8 | ||||
-rw-r--r-- | math/plplot/pkg-plist | 1 |
4 files changed, 7 insertions, 11 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index e3dab112e8bd..1d9e31f80865 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -6,15 +6,11 @@ # PORTNAME= plplot -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${DISTNAME}.patch1.gz -PATCH_DIST_STRIP= -p1 - MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd diff --git a/math/plplot/distinfo b/math/plplot/distinfo index 5e43558b1842..484afe48bf41 100644 --- a/math/plplot/distinfo +++ b/math/plplot/distinfo @@ -1,2 +1 @@ -MD5 (plplot-5.0.3.tar.gz) = 1ba5bcf8d7b19960742391e7326b05d4 -MD5 (plplot-5.0.3.patch1.gz) = 562ccb5be2294e657f63720e728f91a2 +MD5 (plplot-5.0.4.tar.gz) = 98eb53a99f7b78cbd2a388f32a11599f diff --git a/math/plplot/files/patch-ag b/math/plplot/files/patch-ag index e5729c781433..be553e02b58f 100644 --- a/math/plplot/files/patch-ag +++ b/math/plplot/files/patch-ag @@ -1,5 +1,5 @@ ---- cf/inst_lib.in.orig Sat Feb 17 07:35:23 2001 -+++ cf/inst_lib.in Sat Apr 28 07:49:40 2001 +--- cf/inst_lib.in.orig Sat Apr 21 10:49:12 2001 ++++ cf/inst_lib.in Fri Aug 3 07:26:36 2001 @@ -16,30 +16,33 @@ if test ! -d $(INFO_DIR); then mkdir -p $(INFO_DIR); fi @@ -29,8 +29,8 @@ fi install_scriptfiles: -- @-cd $(top_srcdir)/scripts; $(CP) pl* $(BIN_DIR) -+ @-cd $(top_srcdir)/scripts; ${BSD_INSTALL_SCRIPT} pl* $(BIN_DIR) +- @-cd $(top_srcdir)/scripts; $(CP) pl* pstex2eps $(BIN_DIR) ++ @-cd $(top_srcdir)/scripts; ${BSD_INSTALL_SCRIPT} pl* pstex2eps $(BIN_DIR) install_includes: - @-$(CP) plConfig.h plDevs.h $(INCLUDE_DIR); \ diff --git a/math/plplot/pkg-plist b/math/plplot/pkg-plist index cd67e373b076..55c2e6cc1f6d 100644 --- a/math/plplot/pkg-plist +++ b/math/plplot/pkg-plist @@ -3,6 +3,7 @@ bin/plplot-config bin/plpr bin/plrender bin/pltek +bin/pstex2eps include/plplot/drivers.h include/plplot/pdf.h include/plplot/plConfig.h |