diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-03 15:59:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-03 15:59:29 +0800 |
commit | 088b4cad8ae8e0fec78d7015797666e456daeff8 (patch) | |
tree | c0d12e424e41e4be37349027e8c1bf27103ddd65 /textproc | |
parent | ae1f6f71622699a079e25978e9f8bddea74b0997 (diff) | |
download | freebsd-ports-gnome-088b4cad8ae8e0fec78d7015797666e456daeff8.tar.gz freebsd-ports-gnome-088b4cad8ae8e0fec78d7015797666e456daeff8.tar.zst freebsd-ports-gnome-088b4cad8ae8e0fec78d7015797666e456daeff8.zip |
- Update to 8.29 [1] [2]
- Reset maintainership to ports@FreeBSD.org [2]
PR: ports/105071 [1], ports/105074 [2]
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> [1], Gea-Suan Lin <gslin_AT_gslin dot org> [2]
Diffstat (limited to 'textproc')
-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 |