diff options
Diffstat (limited to 'ports-mgmt/pkg-devel')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 27 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 6 |
2 files changed, 5 insertions, 28 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index a6d0debf6540..c998f0f46df6 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.11.99.3 +DISTVERSION= 1.12.99.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 45b5d943 +GH_TAGNAME= 8004f584 WITH_DEBUG= yes CFLAGS+= -O0 -g -Wno-error @@ -46,29 +46,6 @@ PKGNAMESUFFIX= #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) PKG_DEPENDS= .endif -.if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info) -NB_OLDPKGS!= pkg_info 2>/dev/null | wc -l -.if exists(${PKG_BIN}) -NB_NEWPKGS!= ${PKG_INFO} -aq | wc -l -.else -NB_NEWPKGS= 0 -.endif -# Only show the pre-everything notice if they have not already -# converted any packages -.if ${NB_OLDPKGS} > 0 && ${NB_NEWPKGS} == 0 - -pre-everything:: - @${ECHO_CMD} "You are about to convert your system to pkg while you have ports/packages"; \ - ${ECHO_CMD} "installed with the old pkg_install tools."; \ - ${ECHO_CMD} ""; \ - ${ECHO_CMD} "To switch to pkg:"; \ - ${ECHO_CMD} " 1) Install ports-mgmt/pkg"; \ - ${ECHO_CMD} " 2) Convert your package database by running pkg2ng"; \ - ${ECHO_CMD} ""; \ - exit 1 - -.endif -.endif .endif .undef INSTALLS_DEPENDS diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 553762b9cadb..14c984eb3d0c 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567799551 -SHA256 (freebsd-pkg-1.11.99.3-45b5d943_GH0.tar.gz) = 0d91d5329385bb3a87446cc0535acd5ed97c7859a31f883f3b7fadfc3099479c -SIZE (freebsd-pkg-1.11.99.3-45b5d943_GH0.tar.gz) = 3867433 +TIMESTAMP = 1568793018 +SHA256 (freebsd-pkg-1.12.99.0-8004f584_GH0.tar.gz) = 4b49bd871e833d570f7bdac52d72115a4c1b30cc1a74c65e80781ca0f6bb0056 +SIZE (freebsd-pkg-1.12.99.0-8004f584_GH0.tar.gz) = 3867389 |