diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-09 12:26:49 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-09 12:26:49 +0000 |
commit | 0c96f7d594fdc2915b8bdde71aea20d0793d4ce1 (patch) | |
tree | ef740a5cb2e23a2e00da2b69b2f4b98b6585f469 /misc | |
parent | 65af172a792d6ac68d0c3c072201c3dcb75a9dae (diff) | |
download | ports-0c96f7d594fdc2915b8bdde71aea20d0793d4ce1.tar.gz ports-0c96f7d594fdc2915b8bdde71aea20d0793d4ce1.zip |
Notes
Diffstat (limited to 'misc')
-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 |