diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 08:55:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 08:55:30 +0800 |
commit | 4c8bd33779d7514cabed99d6c6eccbe6635ee926 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /math/labplot | |
parent | d352b0e62328caabefe233d757172ba4bc645a36 (diff) | |
download | freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.gz freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.zst freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.zip |
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 78ad8d6336a4..2cffdbfa81b5 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= labplot DISTVERSION= 2.0.0.beta2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} |