Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 15:51:37 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483818 - head/security/krb5-116
Message-ID:  <201811021551.wA2FpbcW094423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Nov  2 15:51:37 2018
New Revision: 483818
URL: https://svnweb.freebsd.org/changeset/ports/483818

Log:
  krb5-116: update 1.16.1 --> 1.16.2

Modified:
  head/security/krb5-116/Makefile   (contents, props changed)
  head/security/krb5-116/distinfo   (contents, props changed)
  head/security/krb5-116/pkg-plist   (contents, props changed)

Modified: head/security/krb5-116/Makefile
==============================================================================
--- head/security/krb5-116/Makefile	Fri Nov  2 15:19:33 2018	(r483817)
+++ head/security/krb5-116/Makefile	Fri Nov  2 15:51:37 2018	(r483818)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.16.1
-PORTREVISION=		5
+PORTVERSION=		1.16.2
 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}"
 

Modified: head/security/krb5-116/distinfo
==============================================================================
--- head/security/krb5-116/distinfo	Fri Nov  2 15:19:33 2018	(r483817)
+++ head/security/krb5-116/distinfo	Fri Nov  2 15:51:37 2018	(r483818)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525411805
-SHA256 (krb5-1.16.1.tar.gz) = 214ffe394e3ad0c730564074ec44f1da119159d94281bbec541dc29168d21117
-SIZE (krb5-1.16.1.tar.gz) = 9477480
+TIMESTAMP = 1541169195
+SHA256 (krb5-1.16.2.tar.gz) = 9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027
+SIZE (krb5-1.16.2.tar.gz) = 9652415

Modified: head/security/krb5-116/pkg-plist
==============================================================================
--- head/security/krb5-116/pkg-plist	Fri Nov  2 15:19:33 2018	(r483817)
+++ head/security/krb5-116/pkg-plist	Fri Nov  2 15:51:37 2018	(r483818)
@@ -139,6 +139,7 @@ man/man5/k5login.5.gz
 man/man5/kadm5.acl.5.gz
 man/man5/kdc.conf.5.gz
 man/man5/krb5.conf.5.gz
+man/man7/kerberos.7.gz
 man/man8/kadmin.local.8.gz
 man/man8/kadmind.8.gz
 man/man8/kdb5_ldap_util.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021551.wA2FpbcW094423>