svn commit: r479255 - head/ports-mgmt/pkg-devel

Brad Davis brd at FreeBSD.org
Sat Sep 8 19:22:30 UTC 2018


Author: brd
Date: Sat Sep  8 19:22:29 2018
New Revision: 479255
URL: https://svnweb.freebsd.org/changeset/ports/479255

Log:
  Update to 1.10.99.9
  
  
  - Remove a check for config files that have hardlinks
  - Add .gitlab-ci.yml to support the Gitlab CI service
  - Add a few more tests with hardlinks

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Sat Sep  8 15:47:02 2018	(r479254)
+++ head/ports-mgmt/pkg-devel/Makefile	Sat Sep  8 19:22:29 2018	(r479255)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.10.99.8
+DISTVERSION=	1.10.99.9
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sat Sep  8 15:47:02 2018	(r479254)
+++ head/ports-mgmt/pkg-devel/distinfo	Sat Sep  8 19:22:29 2018	(r479255)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534784004
-SHA256 (freebsd-pkg-1.10.99.8-f35a78cb_GH0.tar.gz) = 771a12c36dd2315d5775d2b0a148e779d0ed602e5b1d4845fd9071afb155b68f
-SIZE (freebsd-pkg-1.10.99.8-f35a78cb_GH0.tar.gz) = 3552620
+TIMESTAMP = 1536434291
+SHA256 (freebsd-pkg-1.10.99.9-60666a1_GH0.tar.gz) = 1a294a42f59007193c4213322ff4282996b0de7f26e23b694f8d3dd31435f8ac
+SIZE (freebsd-pkg-1.10.99.9-60666a1_GH0.tar.gz) = 3552948


More information about the svn-ports-head mailing list