diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-07 22:50:50 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-07 22:50:50 +0800 |
commit | 3e2e2939ed96d2d22a99634b091f473da669dff1 (patch) | |
tree | 2a7e6785b0cd08664e024364eefc0a4d3981700e /textproc | |
parent | 8ec58d79b86f3c34b05499ed7b9746e00a179c59 (diff) | |
download | freebsd-ports-gnome-3e2e2939ed96d2d22a99634b091f473da669dff1.tar.gz freebsd-ports-gnome-3e2e2939ed96d2d22a99634b091f473da669dff1.tar.zst freebsd-ports-gnome-3e2e2939ed96d2d22a99634b091f473da669dff1.zip |
- Update to 8.34
- take maintainership
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/msort/Makefile | 8 | ||||
-rw-r--r-- | textproc/msort/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index fa2693134108..4a09a65ba1b3 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -6,19 +6,21 @@ # PORTNAME= msort -PORTVERSION= 8.29 +PORTVERSION= 8.34 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Sorting files in sophisticated ways BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre \ + uninum:${PORTSDIR}/devel/libuninum RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" GNU_CONFIGURE= yes USE_TK= yes diff --git a/textproc/msort/distinfo b/textproc/msort/distinfo index 42c8acee61be..976b4e7643e4 100644 --- a/textproc/msort/distinfo +++ b/textproc/msort/distinfo @@ -1,3 +1,3 @@ -MD5 (msort-8.29.tgz) = 3f70b376176bda287493865b3ee508d0 -SHA256 (msort-8.29.tgz) = febedc104a4c48fe97e947abfd9af1c8f3ab703f2d551fad544dba0c2414d94e -SIZE (msort-8.29.tgz) = 365062 +MD5 (msort-8.34.tgz) = c8777245070afa117bac1ff90a155b75 +SHA256 (msort-8.34.tgz) = c0e32cd332567b676af6d56c90bd18c71ecc66ef9b6cf487f86312205e4ba128 +SIZE (msort-8.34.tgz) = 377631 |