summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-05-22 14:48:51 +0000
committerswills <swills@FreeBSD.org>2014-05-22 14:48:51 +0000
commit0f2d7056f1174a5a67091a0b6406ecf2ee2cd2fe (patch)
tree0516eb3600fb27109a6de6951445f7f3c25c57fc
parent8f1353a8fa2bc4e8d1815733a645c6a82931f4fd (diff)
downloadFreeBSD-ports-0f2d7056f1174a5a67091a0b6406ecf2ee2cd2fe.zip
FreeBSD-ports-0f2d7056f1174a5a67091a0b6406ecf2ee2cd2fe.tar.gz
- Stagefy
- Update to 5.4.8 PR: ports/189743 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
-rw-r--r--science/dcl/Makefile16
-rw-r--r--science/dcl/distinfo4
-rw-r--r--science/dcl/pkg-plist4
3 files changed, 11 insertions, 13 deletions
diff --git a/science/dcl/Makefile b/science/dcl/Makefile
index b6c7f72..161826c 100644
--- a/science/dcl/Makefile
+++ b/science/dcl/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dcl
-PORTVERSION= 5.4.7
-PORTREVISION= 2
+PORTVERSION= 5.4.8
CATEGORIES= science graphics
MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \
http://dennou-h.gfd-dennou.org/library/dcl/ \
@@ -13,27 +12,26 @@ MAINTAINER= murashin@gfd-dennou.org
COMMENT= Scientific graphic library for geoscience
MAKE_JOBS_UNSAFE= yes
-USES= fortran pkgconfig
+USES= desthack pkgconfig fortran
USE_XORG= x11 xext
USE_GNOME= gtk20 gdkpixbuf2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-x
+CONFIGURE_ARGS= --with-x
PORTDOCS= CHECK CREDITS HISTORY README
PORTEXAMPLES= *
RESTRICTED= No commercial use
-NO_STAGE= yes
post-install:
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- (cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ (cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.endif
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
.endfor
.endif
diff --git a/science/dcl/distinfo b/science/dcl/distinfo
index d55616b..e89229d 100644
--- a/science/dcl/distinfo
+++ b/science/dcl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dcl-5.4.7.tar.gz) = d3c68b90ab5da194a78a75778eda8081fe135b28798993fd87290edc4c636a8b
-SIZE (dcl-5.4.7.tar.gz) = 1630115
+SHA256 (dcl-5.4.8.tar.gz) = 289d8febddac043df4cc572dddf786268cdd4befaf6dbd1c7e35d6bebd1030c4
+SIZE (dcl-5.4.8.tar.gz) = 1630273
diff --git a/science/dcl/pkg-plist b/science/dcl/pkg-plist
index acd6e82..4c63580 100644
--- a/science/dcl/pkg-plist
+++ b/science/dcl/pkg-plist
@@ -2,7 +2,7 @@ bin/dclcc
bin/dclclr
bin/dclcmap
bin/dclconfig
-bin/dclconfig547
+bin/dclconfig548
bin/dcldate
bin/dcldbs
bin/dclexec
@@ -118,5 +118,5 @@ lib/dcldbase/font2u
lib/dcldbase/plate_world
lib/dcldbase/pref_japan
lib/dcldbase/state_usa
-lib/libf77dcl547.a
+lib/libf77dcl548.a
@dirrm lib/dcldbase
OpenPOWER on IntegriCloud