diff options
author | cy <cy@FreeBSD.org> | 2018-11-02 23:51:46 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-11-02 23:51:46 +0800 |
commit | 29d5e4b55a734d6b9b18da4e7486d10c0e06f25e (patch) | |
tree | 81801378f8cf6294bf25bfa9e3e8faaac45bceeb /security/krb5-115 | |
parent | 5b5bf09ea6ea9b0633cf152b31c7022adcba2e23 (diff) | |
download | freebsd-ports-gnome-29d5e4b55a734d6b9b18da4e7486d10c0e06f25e.tar.gz freebsd-ports-gnome-29d5e4b55a734d6b9b18da4e7486d10c0e06f25e.tar.zst freebsd-ports-gnome-29d5e4b55a734d6b9b18da4e7486d10c0e06f25e.zip |
krb5-115: update 1.15.3 --> 1.15.4
Diffstat (limited to 'security/krb5-115')
-rw-r--r-- | security/krb5-115/Makefile | 6 | ||||
-rw-r--r-- | security/krb5-115/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index 8d310e95931c..9616623b23fb 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.15.3 -PORTREVISION= 5 +PORTVERSION= 1.15.4 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -31,7 +30,8 @@ USES= cpe gmake localbase perl5 libtool:build \ gssapi:bootstrap,mit pkgconfig:run ssl \ gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ - --disable-rpath --localstatedir="${PREFIX}/var" + --disable-rpath --localstatedir="${PREFIX}/var" \ + --runstatedir="${PREFIX}/var/run" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" diff --git a/security/krb5-115/distinfo b/security/krb5-115/distinfo index cb98e05d3baf..6a8cc8b93902 100644 --- a/security/krb5-115/distinfo +++ b/security/krb5-115/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525411850 -SHA256 (krb5-1.15.3.tar.gz) = 92bb5b613e42c62e3b693cd68ba1ea185eb26d5dcc2d168fce17706c150bebab -SIZE (krb5-1.15.3.tar.gz) = 9386670 +TIMESTAMP = 1541169230 +SHA256 (krb5-1.15.4.tar.gz) = f2ed804ae9fb455689b8f6c8326f287b33be17b1a9d7b9468ddcf16d23fc9548 +SIZE (krb5-1.15.4.tar.gz) = 9535307 |