- Upgrade to 0.12.1
- Take over maintainerhip PR: 26772 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
665e861759
commit
2fa2cc5cd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41861
3 changed files with 16 additions and 5 deletions
|
@ -6,14 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= pspell
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.12.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pspell-.12.tar.gz) = 1eefb06d0287697036534b009992602a
|
||||
MD5 (pspell-.12.1.tar.gz) = 502ac9b6212874a7e7d308d2e29cfeaf
|
||||
|
|
|
@ -26,7 +26,7 @@ include/pspell/string_pair_emulation.h
|
|||
include/pspell/wordlist.h
|
||||
lib/libpspell-impl.a
|
||||
lib/libpspell-impl.so
|
||||
lib/libpspell-impl.so.4
|
||||
lib/libpspell-impl.so.5
|
||||
lib/libpspell-modules.a
|
||||
lib/libpspell-modules.so
|
||||
lib/libpspell-modules.so.1
|
||||
|
@ -35,11 +35,17 @@ lib/libpspell.so
|
|||
lib/libpspell.so.4
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/1_Introduction.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/2_Getting.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/3_Keeping.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/3_Library.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/4_Library.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/4_Status.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/5_Feedback.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/5_Status.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/6_Changelog.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/6_Feedback.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/7_Changelog.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/7_Copyright.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/8_Copyright.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/About_this.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/Contents.html
|
||||
%%PORTDOCS%%share/doc/pspell/man-html/contents.png
|
||||
|
@ -54,11 +60,17 @@ lib/libpspell.so.4
|
|||
%%PORTDOCS%%share/doc/pspell/man-html/up_g.png
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/1_Introduction.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/2_Getting.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/3_Keeping.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/3_Library.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/4_Library.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/4_Status.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/5_Feedback.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/5_Status.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/6_Changelog.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/6_Feedback.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/7_Changelog.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/7_Copyright.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/8_Copyright.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/About_this.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/Contents.txt
|
||||
%%PORTDOCS%%share/doc/pspell/man-text/index.txt
|
||||
|
|
Loading…
Reference in a new issue