From e0934f916efc3fdcba1006b645f9ed5f99b96ff8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 31 Mar 2020 23:00:18 +0000 Subject: [PATCH] Update to 1.13.0 - Update WWW Changes: https://github.com/cheusov/dictd/blob/master/NEWS --- textproc/dict/Makefile | 14 +++++--------- textproc/dict/distinfo | 5 +++-- textproc/dict/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index f464f12fa072..7d7fd00df864 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= dict -PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTVERSION= 1.13.0 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION} -DISTNAME= ${PORTNAME}d-${PORTVERSION} +MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} +DISTNAME= dictd-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client @@ -16,14 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmaa.so:devel/libmaa +USES= bison gmake libtool:build localbase + ALL_TARGET= dict GNU_CONFIGURE= yes INSTALL_TARGET= install.dict -USES= bison gmake libtool:build localbase - -post-patch: - @${REINPLACE_CMD} -e 's|^ mkdir| mkdir|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1.in post-install: ${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo index 12fd851a3590..12051f1be74f 100644 --- a/textproc/dict/distinfo +++ b/textproc/dict/distinfo @@ -1,2 +1,3 @@ -SHA256 (dictd-1.12.1.tar.gz) = a237f6ecdc854ab10de5145ed42eaa2d9b6d51ffdc495f7daee59b05cc363656 -SIZE (dictd-1.12.1.tar.gz) = 423870 +TIMESTAMP = 1585564812 +SHA256 (dictd-1.13.0.tar.gz) = eeba51af77e87bb1b166c6bc469aad463632d40fb2bdd65e6675288d8e1a81e4 +SIZE (dictd-1.13.0.tar.gz) = 395455 diff --git a/textproc/dict/pkg-descr b/textproc/dict/pkg-descr index 019786e032ba..788125c5066d 100644 --- a/textproc/dict/pkg-descr +++ b/textproc/dict/pkg-descr @@ -7,4 +7,4 @@ RFC 2229 describes the DICT client/server protocol. dict is a client which can access DICT servers from the command line. WWW: http://www.dict.org/ -WWW: http://sourceforge.net/projects/dict/ +WWW: https://sourceforge.net/projects/dict/