svn commit: r527609 - head/ports-mgmt/pkg-devel
Antoine Brodin
antoine at FreeBSD.org
Mon Mar 2 06:35:20 UTC 2020
Author: antoine
Date: Mon Mar 2 06:35:19 2020
New Revision: 527609
URL: https://svnweb.freebsd.org/changeset/ports/527609
Log:
Forbid the pkg-devel ports, it create 1 package with bad ABI
With hat: portmgr
Modified:
head/ports-mgmt/pkg-devel/Makefile
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Mon Mar 2 04:07:00 2020 (r527608)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Mar 2 06:35:19 2020 (r527609)
@@ -2,6 +2,7 @@
PORTNAME= pkg
DISTVERSION= 1.13.99.2
+PORTREVISION= 1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@@ -10,6 +11,8 @@ MAINTAINER= pkg at FreeBSD.org
COMMENT= Package manager
LICENSE= BSD2CLAUSE
+
+FORBIDDEN= creates a package with bad ABI
USE_GITHUB= yes
GH_ACCOUNT= freebsd
More information about the svn-ports-head
mailing list