diff options
author | daichi <daichi@FreeBSD.org> | 2005-06-17 23:17:07 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2005-06-17 23:17:07 +0800 |
commit | 713932583e7ddcada7917099fee06bdec41e59ab (patch) | |
tree | 0eaee12da38a4d1aebfaab8fe017e49d44e1d7da | |
parent | 4ce93ab09cb5607b5d3a5ff9f56df9a599de05fb (diff) | |
download | freebsd-ports-gnome-713932583e7ddcada7917099fee06bdec41e59ab.tar.gz freebsd-ports-gnome-713932583e7ddcada7917099fee06bdec41e59ab.tar.zst freebsd-ports-gnome-713932583e7ddcada7917099fee06bdec41e59ab.zip |
sysutils/topless: update 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.
PR: ports/82359
Submitted by: maintainer
-rw-r--r-- | sysutils/topless/Makefile | 2 | ||||
-rw-r--r-- | sysutils/topless/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/topless/Makefile b/sysutils/topless/Makefile index fe648297d319..6ca50153283e 100644 --- a/sysutils/topless/Makefile +++ b/sysutils/topless/Makefile @@ -6,7 +6,7 @@ # PORTNAME= topless -PORTVERSION= 1.36 +PORTVERSION= 1.41 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~daichi/src/ diff --git a/sysutils/topless/distinfo b/sysutils/topless/distinfo index 6652a53a1fa1..c82554c45807 100644 --- a/sysutils/topless/distinfo +++ b/sysutils/topless/distinfo @@ -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 |