diff options
author | roam <roam@FreeBSD.org> | 2001-06-09 20:26:49 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-09 20:26:49 +0800 |
commit | 0c4b94916949241aec70fa8fefb92494a224d71a (patch) | |
tree | ee505b43fd9bbb9d72c8dd3dd680af58d7456a70 | |
parent | 2f6c2e7b2d7685a92610e4923819ec6665b594b5 (diff) | |
download | freebsd-ports-gnome-0c4b94916949241aec70fa8fefb92494a224d71a.tar.gz freebsd-ports-gnome-0c4b94916949241aec70fa8fefb92494a224d71a.tar.zst freebsd-ports-gnome-0c4b94916949241aec70fa8fefb92494a224d71a.zip |
Update to 0.3.2. Although 0.3.2 contains part of my texinfo fixes,
there's still something to be desired - the author needs to re-read
texinfo docs, and note that menu entries start with a '*' character :)
PR: 27977
Submitted by: Patrick Li <pat@databits.net>, kris
-rw-r--r-- | misc/bogosort/Makefile | 3 | ||||
-rw-r--r-- | misc/bogosort/distinfo | 2 | ||||
-rw-r--r-- | misc/bogosort/files/patch-aa | 16 |
3 files changed, 10 insertions, 11 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 20333e7dc8cc..9f1646563150 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -6,11 +6,12 @@ # PORTNAME= bogosort -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= misc MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \ ftp://l82.ryd.student.liu.se/pub/unix/bogosort/ DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= roam@FreeBSD.org diff --git a/misc/bogosort/distinfo b/misc/bogosort/distinfo index 4f914075b157..e68bdba8540e 100644 --- a/misc/bogosort/distinfo +++ b/misc/bogosort/distinfo @@ -1 +1 @@ -MD5 (bogosort.tar.gz) = 80a8f3f29949802f6a7e75fa8d3237ef +MD5 (bogosort/0.3.2/bogosort.tar.gz) = f95e3c37d36a5cb9ec2993353e5fc763 diff --git a/misc/bogosort/files/patch-aa b/misc/bogosort/files/patch-aa index 78bc86143a2c..d5a4b50eb4b9 100644 --- a/misc/bogosort/files/patch-aa +++ b/misc/bogosort/files/patch-aa @@ -1,13 +1,11 @@ ---- bogosort.texinfo 2000/09/15 13:16:16 1.1 -+++ bogosort.texinfo 2000/09/15 13:35:49 1.2 -@@ -2,6 +2,10 @@ - @c %**start of header - @setfilename bogosort.info +--- bogosort.texinfo 2001/06/09 12:04:08 1.1.1.2 ++++ bogosort.texinfo 2001/06/09 12:10:00 1.4 +@@ -5,7 +5,7 @@ @settitle sorts or doesn't sort files or its standard input -+@dircategory Miscellaneous -+@direntry + @dircategory Miscellaneous + @direntry +- Bogosort: (bogosort). Sort (or not) files (or standard input) +* Bogosort: (bogosort). Sort (or not) files (or standard input) -+@end direntry + @end direntry @finalout @setchapternewpage odd - @c %**end of header |