Upgrade to 8.2.3.
Changelog at <http://www.cmap.polytechnique.fr/~jouve/xd3d/CHANGELOG>. Reported by: Fenner's distfile survey
This commit is contained in:
parent
35ba0d49de
commit
3a417478ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144482
4 changed files with 17 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xd3d
|
||||
PORTVERSION= 8.2.2
|
||||
PORTVERSION= 8.2.3
|
||||
CATEGORIES= graphics math
|
||||
MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xd3d-8.2.2.tar.gz) = e56f4f2160258fa9899308f7ff1bb8d1
|
||||
SIZE (xd3d-8.2.2.tar.gz) = 1648913
|
||||
MD5 (xd3d-8.2.3.tar.gz) = 655553b71f556e4b5b10bde32e60b3bb
|
||||
SIZE (xd3d-8.2.3.tar.gz) = 1890041
|
||||
|
|
13
graphics/xd3d/files/patch-Makefile
Normal file
13
graphics/xd3d/files/patch-Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- Makefile.orig Mon Mar 14 17:07:43 2005
|
||||
+++ Makefile Fri Oct 7 15:01:40 2005
|
||||
@@ -15,7 +15,9 @@
|
||||
|
||||
all :; make libs ; make utils ; make xgraphic ; make xd3d
|
||||
|
||||
-install :; /bin/cp -pidvu $(EXE) ./infps $(INSTALL_DIR)
|
||||
+install :; \
|
||||
+$(BSD_INSTALL_PROGRAM) $(EXE) $(INSTALL_DIR) ;\
|
||||
+$(BSD_INSTALL_SCRIPT) ./infps $(INSTALL_DIR)
|
||||
|
||||
libs :; \
|
||||
cd $(SRCDIR)/qlib ; echo "---- Building utility lib ----" ; make ;\
|
|
@ -57,6 +57,7 @@ bin/xgraphic
|
|||
%%PORTDOCS%%%%EXAMPLESDIR%%/sphere.avoir3D
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sphere.depl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/spiral.xyz
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tetra_gmsh.msh
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tower.avoir3D
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tower_001.mode
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tower_002.mode
|
||||
|
|
Loading…
Reference in a new issue