mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 2.1.21
Changes: - Eliminate expectation and use of leading scale factor in the "have" unit of udunits2(1). - Add verification of commit status to "make ftp". - Add dependency of documentation on version. - Add "force" flag to tagging rule in makefile. Feature safe: yes
This commit is contained in:
parent
eb8ba94b04
commit
adaf4aaad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268611
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= udunits
|
||||
PORTVERSION= 2.1.20
|
||||
PORTVERSION= 2.1.21
|
||||
CATEGORIES= science math
|
||||
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \
|
||||
LOCAL/sunpoet
|
||||
@ -16,10 +16,9 @@ COMMENT= A library for manipulating units of physical quantities
|
||||
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||
ac_cv_header_CUnit_CUnit_h=no
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (udunits-2.1.20.tar.gz) = 74e1ec58bc5c155fc5245b516151e7937bbdbacfe52860cdb5255c432d503181
|
||||
SIZE (udunits-2.1.20.tar.gz) = 1057888
|
||||
SHA256 (udunits-2.1.21.tar.gz) = e3215d765cce3d371dd30bc1f5abc53f81f55e0a98812c0ac29c36515fef3541
|
||||
SIZE (udunits-2.1.21.tar.gz) = 1057910
|
||||
|
Loading…
Reference in New Issue
Block a user