diff options
author | anray <anray@FreeBSD.org> | 2006-08-05 17:52:49 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-08-05 17:52:49 +0800 |
commit | fbced2623382c2657a611337bf64924239a73dcf (patch) | |
tree | 421635d8cfb63d3a4dbf496db42ad3695d6eb607 /textproc/dictem | |
parent | 2ed178829be78ce121dfdd000e23bef417a1a3f5 (diff) | |
download | freebsd-ports-gnome-fbced2623382c2657a611337bf64924239a73dcf.tar.gz freebsd-ports-gnome-fbced2623382c2657a611337bf64924239a73dcf.tar.zst freebsd-ports-gnome-fbced2623382c2657a611337bf64924239a73dcf.zip |
- Update to version 0.81
- Update project WWW
PR: ports/101368
Submitted by: Max N. Boyarov (maintainer)
Diffstat (limited to 'textproc/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 5 | ||||
-rw-r--r-- | textproc/dictem/distinfo | 6 | ||||
-rw-r--r-- | textproc/dictem/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index d25802b37c4e..fd273afc99df 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= dictem -PORTVERSION= 0.8 +PORTVERSION= 0.81 CATEGORIES= textproc net elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,7 @@ PLIST_FILES+= ${LISPDIR}/dictem.el \ ${LISPDIR}/dictem.elc PLIST_DIRS+= ${LISPDIR} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS+= README AUTHORS NEWS ChangeLog COPYING .include <bsd.port.pre.mk> @@ -45,7 +45,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/dictem.el ${PREFIX}/${LISPDIR}/ ${INSTALL_DATA} ${WRKSRC}/dictem.elc ${PREFIX}/${LISPDIR}/ - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/textproc/dictem/distinfo b/textproc/dictem/distinfo index b5b3e2a063c2..c7684f4c83f3 100644 --- a/textproc/dictem/distinfo +++ b/textproc/dictem/distinfo @@ -1,3 +1,3 @@ -MD5 (dictem-0.8.tar.gz) = 250f92104cad1438d6bd16686d236da2 -SHA256 (dictem-0.8.tar.gz) = 82d46d82f060da1af03c9f8f3d350142f8848531732a90582e6bd6e6cfa0761c -SIZE (dictem-0.8.tar.gz) = 32469 +MD5 (dictem-0.81.tar.gz) = 7d23e0a8c72e297837d8f17d6afb359d +SHA256 (dictem-0.81.tar.gz) = 4aa14343b02744cfd951f7e25894b7b1ec8613a6ead440948daa55a97feecaa6 +SIZE (dictem-0.81.tar.gz) = 33091 diff --git a/textproc/dictem/pkg-descr b/textproc/dictem/pkg-descr index 98907a578277..289cba93a9f6 100644 --- a/textproc/dictem/pkg-descr +++ b/textproc/dictem/pkg-descr @@ -6,4 +6,4 @@ implements all functions of the client part of DICT protocol obtaining information about available strategies, provided databases, information about DICT server etc. -WWW: http://freshmeat.net/projects/dictem +WWW: http://sourceforge.net/projects/dictem |