From a919f407cea982e75b51b7fa91e1fc6b9a68fcd8 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 4 Feb 2011 19:46:12 +0000 Subject: - 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 --- science/udunits/Makefile | 7 +++---- science/udunits/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'science/udunits') 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 -- cgit