mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- 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.
This commit is contained in:
parent
3975552706
commit
b073a17b3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350295
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user