aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-12-12 14:56:12 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-12-12 14:56:12 +0000
commit074f2c9674d755a4076db79ce7fef7df518d7114 (patch)
treea86a699f770b22c972600c4ba518e95cd12b0c3f /math
parentb52289e45eb0245c6555918027d8f7cb62e1ced9 (diff)
downloadports-074f2c9674d755a4076db79ce7fef7df518d7114.tar.gz
ports-074f2c9674d755a4076db79ce7fef7df518d7114.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>
Notes
Notes: svn path=/head/; revision=203321
Diffstat (limited to 'math')
-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%%