Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 23:00:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530033 - head/textproc/dictfmt
Message-ID:  <202003312300.02VN0OnP058851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 31 23:00:23 2020
New Revision: 530033
URL: https://svnweb.freebsd.org/changeset/ports/530033

Log:
  Update to 1.13.0
  
  - Update WWW
  
  Changes:	https://github.com/cheusov/dictd/blob/master/NEWS

Modified:
  head/textproc/dictfmt/Makefile
  head/textproc/dictfmt/distinfo
  head/textproc/dictfmt/pkg-descr

Modified: head/textproc/dictfmt/Makefile
==============================================================================
--- head/textproc/dictfmt/Makefile	Tue Mar 31 23:00:18 2020	(r530032)
+++ head/textproc/dictfmt/Makefile	Tue Mar 31 23:00:23 2020	(r530033)
@@ -2,23 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	dictfmt
-PORTVERSION=	1.12.1
-PORTREVISION=	1
+PORTVERSION=	1.13.0
 CATEGORIES=	textproc
 MASTER_SITES=	SF/dict/dictd/dictd-${PORTVERSION}
 DISTNAME=	dictd-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Formats a DICT protocol dictionary database
+COMMENT=	Format a DICT protocol dictionary database
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmaa.so:devel/libmaa
 
+USES=		gmake libtool:build localbase
+
 ALL_TARGET=	dictfmt
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install.dictfmt
-USES=		gmake libtool:build localbase
 
 .include <bsd.port.mk>

Modified: head/textproc/dictfmt/distinfo
==============================================================================
--- head/textproc/dictfmt/distinfo	Tue Mar 31 23:00:18 2020	(r530032)
+++ head/textproc/dictfmt/distinfo	Tue Mar 31 23:00:23 2020	(r530033)
@@ -1,2 +1,3 @@
-SHA256 (dictd-1.12.1.tar.gz) = a237f6ecdc854ab10de5145ed42eaa2d9b6d51ffdc495f7daee59b05cc363656
-SIZE (dictd-1.12.1.tar.gz) = 423870
+TIMESTAMP = 1585564814
+SHA256 (dictd-1.13.0.tar.gz) = eeba51af77e87bb1b166c6bc469aad463632d40fb2bdd65e6675288d8e1a81e4
+SIZE (dictd-1.13.0.tar.gz) = 395455

Modified: head/textproc/dictfmt/pkg-descr
==============================================================================
--- head/textproc/dictfmt/pkg-descr	Tue Mar 31 23:00:18 2020	(r530032)
+++ head/textproc/dictfmt/pkg-descr	Tue Mar 31 23:00:23 2020	(r530033)
@@ -8,4 +8,4 @@ dictfmt converts databases in various formats into wor
 for the DICT server.
 
 WWW: http://www.dict.org/
-WWW: http://sourceforge.net/projects/dict/
+WWW: https://sourceforge.net/projects/dict/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003312300.02VN0OnP058851>