Skip to content

Commit

Permalink
ports-mgmt/pkg-devel: release 1.18.99.4
Browse files Browse the repository at this point in the history
Changes from 1.18.99.3 to 1.18.99.4
- Accept '~' in the version or name of a package
- Autoremove will not remove anything which is required
  by another installed package (via provides or via shlibs_provides)
  - Update linenoise to latest version
  - Update sqlite to 3.39.3
  - Update lua to 5.4.4
  - doc: add example on how to restore a package
  - query: fix unicity issue
  • Loading branch information
bapt committed Oct 4, 2022
1 parent 3a8459f commit b52e773
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.18.99.3
DISTVERSION= 1.18.99.4
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
Expand All @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE

USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 7e1fe1fb
GH_TAGNAME= a0bdf005

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 = 1659588898
SHA256 (freebsd-pkg-1.18.99.3-7e1fe1fb_GH0.tar.gz) = 4489a53eb88badb9bc377aebd1284a32d054234a01c861f9eadedb4bd199d2f8
SIZE (freebsd-pkg-1.18.99.3-7e1fe1fb_GH0.tar.gz) = 4023872
TIMESTAMP = 1664871949
SHA256 (freebsd-pkg-1.18.99.4-a0bdf005_GH0.tar.gz) = 16c7f18df56a65733541db541b72c9e27afe747c619704f96483646b5a014b33
SIZE (freebsd-pkg-1.18.99.4-a0bdf005_GH0.tar.gz) = 4055555

0 comments on commit b52e773

Please sign in to comment.