svn commit: r350295 - head/science/udunits
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 6 05:46:51 UTC 2014
Author: sunpoet
Date: Sun Apr 6 05:46:50 2014
New Revision: 350295
URL: http://svnweb.freebsd.org/changeset/ports/350295
QAT: https://qat.redports.org/buildarchive/r350295/
Log:
- 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.
Modified:
head/science/udunits/Makefile
head/science/udunits/distinfo
Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile Sun Apr 6 05:46:46 2014 (r350294)
+++ head/science/udunits/Makefile Sun Apr 6 05:46:50 2014 (r350295)
@@ -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
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>
Modified: head/science/udunits/distinfo
==============================================================================
--- head/science/udunits/distinfo Sun Apr 6 05:46:46 2014 (r350294)
+++ head/science/udunits/distinfo Sun Apr 6 05:46:50 2014 (r350295)
@@ -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
More information about the svn-ports-all
mailing list