From owner-svn-ports-all@freebsd.org Wed Nov 2 09:51:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 710A6C2A283; Wed, 2 Nov 2016 09:51:18 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 022E51D37; Wed, 2 Nov 2016 09:51:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA29pHqQ034764; Wed, 2 Nov 2016 09:51:17 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA29pGLe034761; Wed, 2 Nov 2016 09:51:16 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611020951.uA29pGLe034761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 2 Nov 2016 09:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425129 - in head/security/heimdal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 09:51:18 -0000 Author: hrs Date: Wed Nov 2 09:51:16 2016 New Revision: 425129 URL: https://svnweb.freebsd.org/changeset/ports/425129 Log: Add missing header files (com_err.h and com_right.h). Submitted by: Franco Fichtner PR: 213470 Modified: head/security/heimdal/Makefile head/security/heimdal/files/patch-lib-com_err-Makefile.in head/security/heimdal/pkg-plist Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Wed Nov 2 09:28:48 2016 (r425128) +++ head/security/heimdal/Makefile Wed Nov 2 09:51:16 2016 (r425129) @@ -3,7 +3,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ Modified: head/security/heimdal/files/patch-lib-com_err-Makefile.in ============================================================================== --- head/security/heimdal/files/patch-lib-com_err-Makefile.in Wed Nov 2 09:28:48 2016 (r425128) +++ head/security/heimdal/files/patch-lib-com_err-Makefile.in Wed Nov 2 09:51:16 2016 (r425129) @@ -1,14 +1,5 @@ --- lib/com_err/Makefile.in.orig 2014-08-31 01:54:15.000000000 +0900 +++ lib/com_err/Makefile.in 2014-08-31 01:58:56.000000000 +0900 -@@ -750,7 +750,7 @@ - uninstall: uninstall-am - - install-am: all-am -- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am - - installcheck: installcheck-am - install-strip: @@ -802,7 +802,7 @@ install-dvi-am: Modified: head/security/heimdal/pkg-plist ============================================================================== --- head/security/heimdal/pkg-plist Wed Nov 2 09:28:48 2016 (r425128) +++ head/security/heimdal/pkg-plist Wed Nov 2 09:51:16 2016 (r425129) @@ -32,6 +32,8 @@ include/heimdal/asn1-common.h include/heimdal/asn1_err.h include/heimdal/base64.h include/heimdal/cms_asn1.h +include/heimdal/com_err.h +include/heimdal/com_right.h include/heimdal/crmf_asn1.h include/heimdal/der-private.h include/heimdal/der-protos.h