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 /french/med | |
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 'french/med')
-rw-r--r-- | french/med/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/med/Makefile b/french/med/Makefile index 8cf2a6ca725a..9244c4f04b98 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -3,7 +3,7 @@ PORTNAME= med DISTVERSION= 3.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french science MAINTAINER= thierry@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Modelisation et Echanges de Donnees LICENSE= GPLv3 -LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |