diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-04 19:46:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-04 19:46:12 +0000 |
commit | adaf4aaad47436da1c442761f0f617d8da41cc9a (patch) | |
tree | 8742ef3dca9ec762a87889536f9a9adced21d8e2 /science | |
parent | eb8ba94b049cadfa93e41f67d6bcedca1e5dd754 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=268611
Diffstat (limited to 'science')
-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 |