aboutsummaryrefslogtreecommitdiffstats
path: root/math/lp_solve
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-12-12 22:56:12 +0800
committerrafan <rafan@FreeBSD.org>2007-12-12 22:56:12 +0800
commit27c3adef2be53a3c8b8f62c96671a6b4b3102c1a (patch)
treed7961f76d1d234d35730bf54321f632e71c0ff06 /math/lp_solve
parentee2ff45cbb03ac11cbc4175efb60ab8911471aeb (diff)
downloadfreebsd-ports-gnome-27c3adef2be53a3c8b8f62c96671a6b4b3102c1a.tar.gz
freebsd-ports-gnome-27c3adef2be53a3c8b8f62c96671a6b4b3102c1a.tar.zst
freebsd-ports-gnome-27c3adef2be53a3c8b8f62c96671a6b4b3102c1a.zip
- Update to 5.0.0.10
- While I'm here, respect NOPORTEXAMPLES PR: ports/118191 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com>
Diffstat (limited to 'math/lp_solve')
-rw-r--r--math/lp_solve/Makefile4
-rw-r--r--math/lp_solve/distinfo6
-rw-r--r--math/lp_solve/pkg-plist4
3 files changed, 8 insertions, 6 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index c268fd5a7003..277b376a1191 100644
--- a/math/lp_solve/Makefile
+++ b/math/lp_solve/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lp_solve
-PORTVERSION= ${PORTMAJOR_VER}.0.9
+PORTVERSION= ${PORTMAJOR_VER}.0.10
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} # http://groups.yahoo.com/group/lp_solve/
MASTER_SITE_SUBDIR= lpsolve
@@ -35,8 +35,10 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lp_solve/lp_solve ${PREFIX}/bin
+.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_PROGRAM} ${WRKSRC}/demo/demo ${EXAMPLESDIR}
+.endif
${MKDIR} ${PREFIX}/include/lpsolve
${INSTALL_DATA} ${WRKSRC}/lp_lib.h ${PREFIX}/include/lpsolve
${INSTALL_DATA} ${WRKSRC}/lp_types.h ${PREFIX}/include/lpsolve
diff --git a/math/lp_solve/distinfo b/math/lp_solve/distinfo
index da4c6495791b..d1283ecebd7f 100644
--- a/math/lp_solve/distinfo
+++ b/math/lp_solve/distinfo
@@ -1,3 +1,3 @@
-MD5 (lp_solve_5.5.0.9_source.tar.gz) = 8c2823c8dc3d4cb80b7510b1d500635d
-SHA256 (lp_solve_5.5.0.9_source.tar.gz) = b3f02245303e59271e42bcb783393004ca495c34aa900769df4f46c26b39aa64
-SIZE (lp_solve_5.5.0.9_source.tar.gz) = 751024
+MD5 (lp_solve_5.5.0.10_source.tar.gz) = 26b3e95ddf3d9c077c480ea45874b3b8
+SHA256 (lp_solve_5.5.0.10_source.tar.gz) = 171816288f14215c69e730f7a4f1c325739873e21f946ff83884b350574e6695
+SIZE (lp_solve_5.5.0.10_source.tar.gz) = 769268
diff --git a/math/lp_solve/pkg-plist b/math/lp_solve/pkg-plist
index 3c2bd8935209..3b9a766ea2c0 100644
--- a/math/lp_solve/pkg-plist
+++ b/math/lp_solve/pkg-plist
@@ -10,5 +10,5 @@ include/lpsolve/lp_types.h
lib/liblpsolve55.a
lib/liblpsolve55.so
lib/liblpsolve55.so.1
-%%PORTDOCS%%%%EXAMPLESDIR%%/demo
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%