From owner-svn-ports-all@freebsd.org  Thu Feb 20 09:27:51 2020
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9472C25A445;
 Thu, 20 Feb 2020 09:27:51 +0000 (UTC)
 (envelope-from bapt@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 48NTlV74f7z3QRk;
 Thu, 20 Feb 2020 09:27:50 +0000 (UTC)
 (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC2F91F80C;
 Thu, 20 Feb 2020 09:27:50 +0000 (UTC)
 (envelope-from bapt@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01K9RokS074560;
 Thu, 20 Feb 2020 09:27:50 GMT (envelope-from bapt@FreeBSD.org)
Received: (from bapt@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01K9Rnqh074556;
 Thu, 20 Feb 2020 09:27:49 GMT (envelope-from bapt@FreeBSD.org)
Message-Id: <202002200927.01K9Rnqh074556@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bapt set sender to
 bapt@FreeBSD.org using -f
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Thu, 20 Feb 2020 09:27:49 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r526555 - head/misc/compat12x
X-SVN-Group: ports-head
X-SVN-Commit-Author: bapt
X-SVN-Commit-Paths: head/misc/compat12x
X-SVN-Commit-Revision: 526555
X-SVN-Commit-Repository: ports
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.29
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Feb 2020 09:27:51 -0000

Author: bapt
Date: Thu Feb 20 09:27:49 2020
New Revision: 526555
URL: https://svnweb.freebsd.org/changeset/ports/526555

Log:
  Add a compat12x port after the bump of ncurses lib in base

Added:
  head/misc/compat12x/
     - copied from r526096, head/misc/compat11x/
Modified:
  head/misc/compat12x/Makefile
  head/misc/compat12x/distinfo
  head/misc/compat12x/pkg-descr
  head/misc/compat12x/pkg-plist.amd64
  head/misc/compat12x/pkg-plist.i386

Modified: head/misc/compat12x/Makefile
==============================================================================
--- head/misc/compat11x/Makefile	Fri Feb 14 09:31:23 2020	(r526096)
+++ head/misc/compat12x/Makefile	Thu Feb 20 09:27:49 2020	(r526555)
@@ -1,15 +1,17 @@
 # $FreeBSD$
 
-PORTNAME=	compat11x
-PORTVERSION=	11.2.1102000.20181014
+PORTNAME=	compat12x
+PORTVERSION=	12.1.1201000.20200220
 CATEGORIES=	misc
-MASTER_SITES=	LOCAL/des
+MASTER_SITES=	LOCAL/bapt
 PKGNAMESUFFIX=	-${ARCH}
 DISTNAME=	${PORTNAME}-${ARCH}-${PORTVERSION}
 
-MAINTAINER=	des@FreeBSD.org
-COMMENT=	Convenience package to install the compat11x libraries
+MAINTAINER=	bapt@FreeBSD.org
+COMMENT=	Convenience package to install the compat12x libraries
 
+LICENSE=	BSD2CLAUSE
+
 USES=		tar:xz
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64
@@ -20,8 +22,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100000
-IGNORE=		is for FreeBSD 11.x and newer
+.if ${OSREL:R} < 13
+IGNORE=		is for FreeBSD 13.x and newer
 .endif
 
 .if ${ARCH} == amd64

Modified: head/misc/compat12x/distinfo
==============================================================================
--- head/misc/compat11x/distinfo	Fri Feb 14 09:31:23 2020	(r526096)
+++ head/misc/compat12x/distinfo	Thu Feb 20 09:27:49 2020	(r526555)
@@ -1,5 +1,6 @@
-TIMESTAMP = 1539475200
-SHA256 (compat11x-amd64-11.2.1102000.20181014.tar.xz) = 9912daa0d2ddc5ade3f484a4e41fb6ccb9ee897c2ef872395285a4c66a4c6b91
-SIZE (compat11x-amd64-11.2.1102000.20181014.tar.xz) = 2389244
-SHA256 (compat11x-i386-11.2.1102000.20181014.tar.xz) = 80b9914ea88d7227f4a2664ea7abcfa86c5fc1248b24b8100843c1df07d03707
-SIZE (compat11x-i386-11.2.1102000.20181014.tar.xz) = 1123924
+TIMESTAMP = 1582190702
+SHA256 (compat12x-i386-12.1.1201000.20200220.tar.xz) = 3b6b8e7bd69b27572b8a15797127a7f996366a9b552b64628c71633f48e432bb
+SIZE (compat12x-i386-12.1.1201000.20200220.tar.xz) = 159692
+TIMESTAMP = 1582190656
+SHA256 (compat12x-amd64-12.1.1201000.20200220.tar.xz) = a30217e16793249a05cd2cfa84b2171d70803b1beb5be118ebad02fbf033de7e
+SIZE (compat12x-amd64-12.1.1201000.20200220.tar.xz) = 313084

Modified: head/misc/compat12x/pkg-descr
==============================================================================
--- head/misc/compat11x/pkg-descr	Fri Feb 14 09:31:23 2020	(r526096)
+++ head/misc/compat12x/pkg-descr	Thu Feb 20 09:27:49 2020	(r526555)
@@ -1,4 +1,4 @@
-This package allows you to install the compat10x libraries on your
+This package allows you to install the compat12x libraries on your
 system, so you can use legacy binaries that depend on them.
 
 Ports usage example:
@@ -6,7 +6,7 @@ Ports usage example:
 --
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 1100000
-LIB_DEPENDS+=	libelf.so.1:misc/compat10x
+.if ${OSVERSION} >= 1300000
+LIB_DEPENDS+=	libncurses.so.8:misc/compat12x
 .endif
 --

Modified: head/misc/compat12x/pkg-plist.amd64
==============================================================================
--- head/misc/compat11x/pkg-plist.amd64	Fri Feb 14 09:31:23 2020	(r526096)
+++ head/misc/compat12x/pkg-plist.amd64	Thu Feb 20 09:27:49 2020	(r526555)
@@ -1,25 +1,4 @@
-lib/compat/libarchive.so.6
-lib/compat/libcap_dns.so.0
-lib/compat/libcap_grp.so.0
-lib/compat/libcap_pwd.so.0
-lib/compat/libcap_random.so.0
-lib/compat/libcap_sysctl.so.0
-lib/compat/libcasper.so.0
-lib/compat/libcrypto.so.8
-lib/compat/libmilter.so.5
-lib/compat/libproc.so.3
-lib/compat/libssl.so.8
-lib/compat/libzfs.so.2
-lib/compat/snmp_atm.so.6
-lib32/compat/libarchive.so.6
-lib32/compat/libcap_dns.so.0
-lib32/compat/libcap_grp.so.0
-lib32/compat/libcap_pwd.so.0
-lib32/compat/libcap_random.so.0
-lib32/compat/libcap_sysctl.so.0
-lib32/compat/libcasper.so.0
-lib32/compat/libcrypto.so.8
-lib32/compat/libmilter.so.5
-lib32/compat/libproc.so.3
-lib32/compat/libssl.so.8
-lib32/compat/libzfs.so.2
+lib/compat/libncurses.so.8
+lib/compat/libncursesw.so.8
+lib32/compat/libncurses.so.8
+lib32/compat/libncursesw.so.8

Modified: head/misc/compat12x/pkg-plist.i386
==============================================================================
--- head/misc/compat11x/pkg-plist.i386	Fri Feb 14 09:31:23 2020	(r526096)
+++ head/misc/compat12x/pkg-plist.i386	Thu Feb 20 09:27:49 2020	(r526555)
@@ -1,13 +1,2 @@
-lib/compat/libarchive.so.6
-lib/compat/libcap_dns.so.0
-lib/compat/libcap_grp.so.0
-lib/compat/libcap_pwd.so.0
-lib/compat/libcap_random.so.0
-lib/compat/libcap_sysctl.so.0
-lib/compat/libcasper.so.0
-lib/compat/libcrypto.so.8
-lib/compat/libmilter.so.5
-lib/compat/libproc.so.3
-lib/compat/libssl.so.8
-lib/compat/libzfs.so.2
-lib/compat/snmp_atm.so.6
+lib/compat/libncurses.so.8
+lib/compat/libncursesw.so.8