Skip to content

Commit

Permalink
pkg*: add compatiblity with libfetch's HTTP_AUTH
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Jul 6, 2023
1 parent aef2976 commit a666fe7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ports-mgmt/pkg-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.20.99.0
DISTVERSION= 1.20.99.1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
Expand All @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE

USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 4691f3f
GH_TAGNAME= 7ceb2494

CFLAGS+= -O0 -g -Wno-error
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1688478211
SHA256 (freebsd-pkg-1.20.99.0-4691f3f_GH0.tar.gz) = b497a2123dd96b51a24a5d81165512c533f97c09406e9e46a8d26047af0434c6
SIZE (freebsd-pkg-1.20.99.0-4691f3f_GH0.tar.gz) = 8242300
TIMESTAMP = 1688630373
SHA256 (freebsd-pkg-1.20.99.1-7ceb2494_GH0.tar.gz) = 5017859079cd017ff313f04210d7235e0f3705bd8af2e2f8eace40238f1f8dee
SIZE (freebsd-pkg-1.20.99.1-7ceb2494_GH0.tar.gz) = 8242692
2 changes: 1 addition & 1 deletion ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.20.0
DISTVERSION= 1.20.1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt

Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1688478299
SHA256 (freebsd-pkg-1.20.0_GH0.tar.gz) = bce659b9d50f3e341afe12ac9b367d4d455ac380e5f6c319095c5b26f42538ee
SIZE (freebsd-pkg-1.20.0_GH0.tar.gz) = 8241946
TIMESTAMP = 1688630335
SHA256 (freebsd-pkg-1.20.1_GH0.tar.gz) = b8b245f41640ffefe7d45d3cc3f8d5642427e969ab9594e3de8281637e6ca890
SIZE (freebsd-pkg-1.20.1_GH0.tar.gz) = 8242190

0 comments on commit a666fe7

Please sign in to comment.