Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 2010 20:00:50 GMT
From:      Marin Atanasov Nikolov <dnaeon@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152680: [maintainer update] ports-mgmt/pkg_add_it
Message-ID:  <201011292000.oATK0ouI029552@red.freebsd.org>
Resent-Message-ID: <201011292010.oATKAANg022339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152680
>Category:       ports
>Synopsis:       [maintainer update] ports-mgmt/pkg_add_it
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 20:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Marin Atanasov Nikolov
>Release:        8.1-RELEASE
>Organization:
www.unix-heaven.org
>Environment:
FreeBSD xxx.unix-heaven.org 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Thu Jul 22 16:49:31 EEST 2010     root@xxx.unix-heaven.org:/usr/obj/usr/home/src/RELENG_8_1/src/sys/GENERIC  i386

>Description:
Updating pkg_add_it(1) to release 1.3.1

Changes in this release:

 - fixed a bug during display of post-install messages
 - optimized the code with removing not needed recursion
 - cleaned up the code

Complete changelog can be seen here:

 - http://git.unix-heaven.org/cgit.cgi/ports-mgmt/pkg_add_it/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN pkg_add_it.bak/Makefile pkg_add_it/Makefile
--- pkg_add_it.bak/Makefile	2010-11-29 21:15:17.000000000 +0200
+++ pkg_add_it/Makefile	2010-11-29 21:55:41.000000000 +0200
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	pkg_add_it
-# Date created:				05 October 2008
-# Whom:					Marin Atanasov <dnaeon@gmail.com>
+# Date created:				29 November 2010
+# Whom:					Marin Atanasov Nikolov <dnaeon@gmail.com>
 #
-# $FreeBSD: ports/ports-mgmt/pkg_add_it/Makefile,v 1.4 2010/11/27 14:14:05 sunpoet Exp $
+# $FreeBSD$
 #
 
 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 @@
 
 .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}|' \
diff -ruN pkg_add_it.bak/distinfo pkg_add_it/distinfo
--- pkg_add_it.bak/distinfo	2010-11-29 21:15:17.000000000 +0200
+++ pkg_add_it/distinfo	2010-11-29 21:55:41.000000000 +0200
@@ -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 -ruN pkg_add_it.bak/pkg-descr pkg_add_it/pkg-descr
--- pkg_add_it.bak/pkg-descr	2010-11-29 21:15:17.000000000 +0200
+++ pkg_add_it/pkg-descr	2010-11-29 21:55:41.000000000 +0200
@@ -4,7 +4,7 @@
 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):


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011292000.oATK0ouI029552>