mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.3.1
PR: ports/152680 Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
This commit is contained in:
parent
872179096c
commit
7f32c695f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265448
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pkg_add_it
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://www.unix-heaven.org/ports-mgmt/
|
||||
|
||||
@ -19,7 +19,7 @@ PLIST_FILES= etc/pkg_add_it.conf sbin/pkg_add_it
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*-STABLE|-STABLE|'
|
||||
PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*.*|-STABLE|'
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@PKG_ARCH@|${ARCH}|' \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pkg_add_it-1.3.tar.gz) = 8728a32d5c1cc0d5224bcb62f274ae4c95f939fd7bafa1900cc1382d2accc81b
|
||||
SIZE (pkg_add_it-1.3.tar.gz) = 24071
|
||||
SHA256 (pkg_add_it-1.3.1.tar.gz) = 8dc5984238cdc61f5632df6d5a90507b1c3f4f077fd57de129faec487fe37a3d
|
||||
SIZE (pkg_add_it-1.3.1.tar.gz) = 23680
|
||||
|
@ -4,7 +4,7 @@ It's goal is to make easier the process of finding and installing
|
||||
new packages, and is useful for both - novice users,
|
||||
and system administrators as well.
|
||||
|
||||
pkg_add_it can be used as well as a "browser" to the INDEX file,
|
||||
pkg_add_it(1) can be used as well as a "browser" to the INDEX file,
|
||||
allowing you to get the information you need about a package.
|
||||
|
||||
An example output of package dependencies list created by pkg_add_it(1):
|
||||
|
Loading…
Reference in New Issue
Block a user