diff --git a/ports-mgmt/pkg_add_it/Makefile b/ports-mgmt/pkg_add_it/Makefile index 24227217f6f9..efbb59c1dc46 100644 --- a/ports-mgmt/pkg_add_it/Makefile +++ b/ports-mgmt/pkg_add_it/Makefile @@ -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 -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}|' \ diff --git a/ports-mgmt/pkg_add_it/distinfo b/ports-mgmt/pkg_add_it/distinfo index b797867375df..2cf41be12a16 100644 --- a/ports-mgmt/pkg_add_it/distinfo +++ b/ports-mgmt/pkg_add_it/distinfo @@ -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 diff --git a/ports-mgmt/pkg_add_it/pkg-descr b/ports-mgmt/pkg_add_it/pkg-descr index 4c72a73d26b4..9fe71bf64654 100644 --- a/ports-mgmt/pkg_add_it/pkg-descr +++ b/ports-mgmt/pkg_add_it/pkg-descr @@ -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):