diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-08-06 20:33:44 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-08-06 20:33:44 +0000 |
commit | 3a22cc4b00ca566a478403c3e0e71f3aa8e2a9b1 (patch) | |
tree | fd1a52dcccc1e1412867cd5dd73be1c6d9aee373 /misc/bogosort | |
parent | e5ddd297003b338744100bc8649d7c2b824d7a80 (diff) | |
download | ports-3a22cc4b00ca566a478403c3e0e71f3aa8e2a9b1.tar.gz ports-3a22cc4b00ca566a478403c3e0e71f3aa8e2a9b1.zip |
Notes
Diffstat (limited to 'misc/bogosort')
-rw-r--r-- | misc/bogosort/Makefile | 4 | ||||
-rw-r--r-- | misc/bogosort/distinfo | 2 | ||||
-rw-r--r-- | misc/bogosort/files/patch-aa | 11 |
3 files changed, 2 insertions, 15 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 9f1646563150..bc29c535e2ac 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogosort -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= misc MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \ ftp://l82.ryd.student.liu.se/pub/unix/bogosort/ @@ -18,8 +18,6 @@ MAINTAINER= roam@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USE_AUTOMAKE= yes -USE_GMAKE= yes MAN1= bogosort.1 diff --git a/misc/bogosort/distinfo b/misc/bogosort/distinfo index e68bdba8540e..10523e854673 100644 --- a/misc/bogosort/distinfo +++ b/misc/bogosort/distinfo @@ -1 +1 @@ -MD5 (bogosort/0.3.2/bogosort.tar.gz) = f95e3c37d36a5cb9ec2993353e5fc763 +MD5 (bogosort/0.3.3/bogosort.tar.gz) = 16b37e26af2cc20efdf387dc30679715 diff --git a/misc/bogosort/files/patch-aa b/misc/bogosort/files/patch-aa deleted file mode 100644 index d5a4b50eb4b9..000000000000 --- a/misc/bogosort/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- Bogosort: (bogosort). Sort (or not) files (or standard input) -+* Bogosort: (bogosort). Sort (or not) files (or standard input) - @end direntry - @finalout - @setchapternewpage odd |