diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-02-05 03:46:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-02-05 03:46:12 +0800 |
commit | a919f407cea982e75b51b7fa91e1fc6b9a68fcd8 (patch) | |
tree | 6f60029c990fe62ed5b5212b4e70e5e08224538f /science/udunits | |
parent | a67254eb8fc94600e02ffed6eed26980c09dc1d2 (diff) | |
download | freebsd-ports-gnome-a919f407cea982e75b51b7fa91e1fc6b9a68fcd8.tar.gz freebsd-ports-gnome-a919f407cea982e75b51b7fa91e1fc6b9a68fcd8.tar.zst freebsd-ports-gnome-a919f407cea982e75b51b7fa91e1fc6b9a68fcd8.zip |
- 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
Diffstat (limited to 'science/udunits')
-rw-r--r-- | science/udunits/Makefile | 7 | ||||
-rw-r--r-- | science/udunits/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index f01b109b248d..67cefc2e4890 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -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 diff --git a/science/udunits/distinfo b/science/udunits/distinfo index b85166410dcd..ce5a62deb29e 100644 --- a/science/udunits/distinfo +++ b/science/udunits/distinfo @@ -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 |