diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:46:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:46:50 +0000 |
commit | b073a17b3e9a338c692d14b427209b4b43be538a (patch) | |
tree | 04772403363404fcfc76d5e1520ce38c5539dfcf /science | |
parent | 39755527068577ea312cedaee7a0787ad0fced62 (diff) | |
download | ports-b073a17b3e9a338c692d14b427209b4b43be538a.tar.gz ports-b073a17b3e9a338c692d14b427209b4b43be538a.zip |
- Update to 2.2.5
- Add DOCS option
Changes:
2.2.5:
- Added missing "Makefile.in" to source-distribution.
2.2.4:
- Corrected version information in documentation. The Git plugin for Eclipse
doesn't yet support Git hooks, so the pre-commit hook wasn't working.
2.2.3:
- Added vetting of the autoconf-based build to the continuous-delivery pipeline.
2.2.2:
- Documentation: Changed URL of Unidata yum(1) repository from
<http://www.unidata.ucar.edu/yum-repo/CentOS/6/$basearch> to
<http://www.unidata.ucar.edu/repos/yum/CentOS/6/$basearch>.
2.2.1:
- UDUNITS-1 Interface: Squashed bug in UDUNITS-1 interface that would not
indicate an error if an ENOMEM error occurred.
- Documentation: Corrected name of installation-prefix variable in cmake build
example for Windows (UDUNITS_INSTALL_PREFIX -> CMAKE_INSTALL_PREFIX).
2.2.0:
- New Features:
- Program udunits2(1):
- Added "-H have" and "-W want" options.
- Added support for numeric unit amount so that "0 degC" equals "32 degF".
- Library udunits2(3):
- Added ut_get_path_xml() to retrieve pathname of XML unit database.
- Units Database:
- Added units "molecule" (for conversion with "mole") and "bit".
- Misc:
- Removed bundled EXPAT package.
- Ported code to 32-bit Windows-7 under MinGW.
- Added explicit chapters on the unit utility and unit library to the
top-level package documentation.
- Bug Fixes:
- Library udunits2(3):
- Corrected logic of checking for location of <noplural> element.
- Units Database:
- Corrected ISO Latin-1 encodings that somehow got corrupted.
- Release Engineering:
- Added support for building by CMake and for creating binary distributions
by CPack.
- Added scripts and configuration-files to support continuous-delivery.
- Added acceptance-test scripts for 32-bit Ubuntu 12 (Precise Pangolin) and
32-bit Windows-7. Currently, only the Ubuntu script is used in the
continuous-delivery pipeline.
- Misc:
- Changed file LICENSE to COPYRIGHT and corrected copyright year in many
files.
- Refactored the documentation to make it more version aware.
Notes
Notes:
svn path=/head/; revision=350295
Diffstat (limited to 'science')
-rw-r--r-- | science/udunits/Makefile | 9 | ||||
-rw-r--r-- | science/udunits/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index f6e4cc9f15ea..0cf5f9f9b547 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= udunits -PORTVERSION= 2.1.24 -PORTREVISION= 1 +PORTVERSION= 2.2.5 CATEGORIES= science math MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \ LOCAL/sunpoet @@ -13,6 +12,8 @@ COMMENT= Library for manipulating units of physical quantities LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +OPTIONS_DEFINE= DOCS + CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -21,8 +22,12 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes INFO= udunits2 udunits2lib udunits2prog +PORTDOCS= * post-patch: @${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check + .include <bsd.port.mk> diff --git a/science/udunits/distinfo b/science/udunits/distinfo index a95da510fccc..f90c858a6f57 100644 --- a/science/udunits/distinfo +++ b/science/udunits/distinfo @@ -1,2 +1,2 @@ -SHA256 (udunits-2.1.24.tar.gz) = 2e5fa4583031b26404a68167b38a11773872486f3c342fdde1e48c52a86e0ed0 -SIZE (udunits-2.1.24.tar.gz) = 1059344 +SHA256 (udunits-2.2.5.tar.gz) = 2403cd5d58f61cdfb511c822e26d6274fee60370a7f56dfb83d8b4bf7490c319 +SIZE (udunits-2.2.5.tar.gz) = 981897 |