Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2005 23:58:20 +0900 (JST)
From:      KOMATSU Shinichiro <koma2@lovepeers.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daichi@FreeBSD.org
Subject:   ports/82359: sysutils/topless: update to 1.41
Message-ID:  <20050617145820.35E8256508@ksta.ms.u-tokyo.ac.jp>
Resent-Message-ID: <200506171500.j5HF0dfo001984@freefall.freebsd.org>

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

>Number:         82359
>Category:       ports
>Synopsis:       sysutils/topless: update to 1.41
>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:   Fri Jun 17 15:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KOMATSU Shinichiro
>Release:        FreeBSD 5.4-RELEASE amd64
>Organization:
>Environment:
FreeBSD 5.4-RELEASE amd64

>Description:

Update sysutils/topless to 1.41.

Changes of topless itself (not ports) from the previous version (1.36)
are as follows:

- Improve portability by using printf(1) instead of echo(1).
- Use "diff -C" instead of "diff -u" to make line parsing easier.
- Fix man page.
- "make install" can now be run by non-root user.
- Sync help message to man page.
- Remove README since it is the same as man page.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/topless/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	11 Jun 2005 00:15:35 -0000	1.1
+++ Makefile	17 Jun 2005 14:34:55 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	topless
-PORTVERSION=	1.36
+PORTVERSION=	1.41
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.freebsd.org/~daichi/src/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/topless/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	11 Jun 2005 00:15:35 -0000	1.1
+++ distinfo	17 Jun 2005 14:35:23 -0000
@@ -1,2 +1,2 @@
-MD5 (topless-1.36.tar.gz) = fc5beb497acd8db580dfe22f3bd04605
-SIZE (topless-1.36.tar.gz) = 4310
+MD5 (topless-1.41.tar.gz) = 0c596780c8fa96fe48a2c3bb529f1672
+SIZE (topless-1.41.tar.gz) = 4263
>Release-Note:
>Audit-Trail:
>Unformatted:



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