diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-13 16:43:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-13 16:43:49 +0800 |
commit | b2d138115890fbeabd32a0ca0c660a1880c908b0 (patch) | |
tree | cd3b582b2697a4d4f07399137c40aec0aa00a574 /textproc/mythes | |
parent | 2ea8dd3f9b2752b3ee1d52316ebb3634de8070df (diff) | |
download | freebsd-ports-gnome-b2d138115890fbeabd32a0ca0c660a1880c908b0.tar.gz freebsd-ports-gnome-b2d138115890fbeabd32a0ca0c660a1880c908b0.tar.zst freebsd-ports-gnome-b2d138115890fbeabd32a0ca0c660a1880c908b0.zip |
- Update to 1.2.3
- Partially pet portlint: remove ABI version number from LIB_DEPENDS
Changes:
2012-06-28:
- Fix some cppcheck warnings
- Fix some parfait warnings
Diffstat (limited to 'textproc/mythes')
-rw-r--r-- | textproc/mythes/Makefile | 4 | ||||
-rw-r--r-- | textproc/mythes/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index a68e1375ea91..548d4eeb228d 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mythes -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Simple thesaurus library -LIB_DEPENDS= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes diff --git a/textproc/mythes/distinfo b/textproc/mythes/distinfo index dce6b76379cb..3dd35778da6a 100644 --- a/textproc/mythes/distinfo +++ b/textproc/mythes/distinfo @@ -1,2 +1,2 @@ -SHA256 (mythes/mythes-1.2.2.tar.gz) = 1a1bec56d05b52a9fcc94ce7c53eb3c85defcb6b7770448d79b8be0a62e85677 -SIZE (mythes/mythes-1.2.2.tar.gz) = 4906938 +SHA256 (mythes/mythes-1.2.3.tar.gz) = 92383930f110d691a38b64684d96cb4f30d7f0550dbcfe8b227ca5c7a33fb838 +SIZE (mythes/mythes-1.2.3.tar.gz) = 4910188 |