diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-03 07:59:29 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-03 07:59:29 +0000 |
commit | 3ebd7a1c7a05f15e23186b2dcce9da8151f6a485 (patch) | |
tree | a01610b86d4c9cd544824d7eec5ca3f48cfd0207 /textproc/msort | |
parent | 49b20cc2f21ef6aa64a1a407b1d23487d7774457 (diff) | |
download | ports-3ebd7a1c7a05f15e23186b2dcce9da8151f6a485.tar.gz ports-3ebd7a1c7a05f15e23186b2dcce9da8151f6a485.zip |
Notes
Diffstat (limited to 'textproc/msort')
-rw-r--r-- | textproc/msort/Makefile | 6 | ||||
-rw-r--r-- | textproc/msort/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index c01e5887bc1d..fa2693134108 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -6,12 +6,12 @@ # PORTNAME= msort -PORTVERSION= 8.27 +PORTVERSION= 8.29 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ EXTRACT_SUFX= .tgz -MAINTAINER= gslin@gslin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sorting files in sophisticated ways BUILD_DEPENDS= ${RUN_DEPENDS} @@ -28,8 +28,6 @@ MAN1= msort.1 .include <bsd.port.pre.mk> -post-patch: - ${REINPLACE_CMD} -e 's,^#include <alloca.h>,,g' ${WRKSRC}/msort.c .if ${OSVERSION} < 500035 BROKEN= Does not build with older versions of FreeBSD .endif diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo index d4d618ee5190..42c8acee61be 100644 --- a/textproc/msort/distinfo +++ b/textproc/msort/distinfo @@ -1,3 +1,3 @@ -MD5 (msort-8.27.tgz) = d87aecfd6ac90cbfd9c1e6911152e7bd -SHA256 (msort-8.27.tgz) = 4d7dcb4822ab058ae301c0e78535b55a299efe6d8d699666072678a04fd03759 -SIZE (msort-8.27.tgz) = 360253 +MD5 (msort-8.29.tgz) = 3f70b376176bda287493865b3ee508d0 +SHA256 (msort-8.29.tgz) = febedc104a4c48fe97e947abfd9af1c8f3ab703f2d551fad544dba0c2414d94e +SIZE (msort-8.29.tgz) = 365062 |