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
This commit is contained in:
parent
65af172a79
commit
0c96f7d594
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43701
3 changed files with 10 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (bogosort.tar.gz) = 80a8f3f29949802f6a7e75fa8d3237ef
|
||||
MD5 (bogosort/0.3.2/bogosort.tar.gz) = f95e3c37d36a5cb9ec2993353e5fc763
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue