diff options
author | johans <johans@FreeBSD.org> | 2009-12-08 04:32:35 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-12-08 04:32:35 +0800 |
commit | 6792c93f4e373499cd2941e3d7c8c6605fdb9459 (patch) | |
tree | 665375fe6c19e7c3d9ef098feeb012964f7b8db6 /security | |
parent | 891aeebf5bbe560abc8f1b8d49d05c591c155272 (diff) | |
download | freebsd-ports-gnome-6792c93f4e373499cd2941e3d7c8c6605fdb9459.tar.gz freebsd-ports-gnome-6792c93f4e373499cd2941e3d7c8c6605fdb9459.tar.zst freebsd-ports-gnome-6792c93f4e373499cd2941e3d7c8c6605fdb9459.zip |
Update to 1.2.14
Diffstat (limited to 'security')
-rw-r--r-- | security/xmlsec1/Makefile | 5 | ||||
-rw-r--r-- | security/xmlsec1/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 0b7ab6f56fec..af0faf91429a 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmlsec1 -PORTVERSION= 1.2.13 -PORTREVISION= 1 +PORTVERSION= 1.2.14 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -34,6 +33,8 @@ MAN1= xmlsec1.1 xmlsec1-config.1 # The software comes with its own tests, but it is nauseating to sort, # which failures are, and which aren't legitimate. Some other day, maybe. #ALL_TARGET= all check-all +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= ABS_BUILDDIR=${WRKSRC} TMPFOLDER=${WRKSRC} MAKE_ARGS+= -EABS_BUILDDIR diff --git a/security/xmlsec1/distinfo b/security/xmlsec1/distinfo index 2250e990b8bb..210e5f7d5154 100644 --- a/security/xmlsec1/distinfo +++ b/security/xmlsec1/distinfo @@ -1,3 +1,3 @@ -MD5 (xmlsec1-1.2.13.tar.gz) = f8eb1ac14917f47bc35c265c9d76aaab -SHA256 (xmlsec1-1.2.13.tar.gz) = d61de28c7960012f80c156d49d8eec94ee91fbaa18a5fc8f59714e87f0268604 -SIZE (xmlsec1-1.2.13.tar.gz) = 1576354 +MD5 (xmlsec1-1.2.14.tar.gz) = 1f24ab1d39f4a51faf22244c94a6203f +SHA256 (xmlsec1-1.2.14.tar.gz) = 390a5085651828b8fe12aa978b200f59b9155eedbb91a4be89bf7cf39eefdd4a +SIZE (xmlsec1-1.2.14.tar.gz) = 1652670 |