mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 1.13.0
- Update WWW Changes: https://github.com/cheusov/dictd/blob/master/NEWS
This commit is contained in:
parent
3fc05971ad
commit
e0934f916e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530032
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user