Update to dico-2.9.

The pidfile is now written to the right directory by default, so setting
it in the config file is no longer required.

Take maintainership.
This commit is contained in:
bentley 2019-04-30 04:46:04 +00:00
parent e696c07add
commit 8a33ea95ea
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2019/04/28 20:51:43 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/04/30 04:46:04 bentley Exp $
COMMENT = GNU dictionary server
V = 2.8
V = 2.9
DISTNAME = dico-$V
REVISION = 0
@ -12,6 +12,8 @@ CATEGORIES = net
HOMEPAGE = https://puszcza.gnu.org.ua/software/dico/
MAINTAINTER = Anthony J. Bentley <anthony@anjbe.name>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
@ -36,7 +38,8 @@ CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib \
PYTHON=python${MODPY_VERSION} \
PYTHON_CONFIG=python${MODPY_VERSION}-config
PYTHON_CONFIG=python${MODPY_VERSION}-config \
DEFAULT_PIDFILE_NAME="${LOCALSTATEDIR}/dicod/dicod.pid"
CONFIGURE_ARGS = --without-wordnet
LIBTOOL_FLAGS = --tag=disable-static

View File

@ -1,2 +1,2 @@
SHA256 (dico-2.8.tar.gz) = 8e+u5j8Q8EG1nX6Aj0TnjHaFvPAWRVx0g0kzwaXxXTE=
SIZE (dico-2.8.tar.gz) = 3385077
SHA256 (dico-2.9.tar.gz) = 6XCurf3S2E71M2Ucm9ALl3ntzERpWwp8plD44ROhX9g=
SIZE (dico-2.9.tar.gz) = 3387936

View File

@ -1,5 +1,3 @@
pidfile ${LOCALSTATEDIR}/dicod/dicod.pid;
## To use the GNU Collaborative International Dictionary of English module,
## install the 'gcide' package, and uncomment the following lines.
#load-module gcide;