diff options
author | pav <pav@FreeBSD.org> | 2008-04-25 21:40:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-25 21:40:10 +0800 |
commit | 3ca264303bac31f24205ca34b1b99c00dc49da15 (patch) | |
tree | 8c5c68e8236db4881e97dd0b30c3f294b554aacc /textproc/ctpp2 | |
parent | c2b267bddc1c1c774fb7b9867395bbe79479a5b9 (diff) | |
download | freebsd-ports-graphics-3ca264303bac31f24205ca34b1b99c00dc49da15.tar.gz freebsd-ports-graphics-3ca264303bac31f24205ca34b1b99c00dc49da15.tar.zst freebsd-ports-graphics-3ca264303bac31f24205ca34b1b99c00dc49da15.zip |
- Update to 2.2.0
PR: ports/122886
Submitted by: Andrei V. Shetuhin <reki@reki.ru> (maintainer)
Diffstat (limited to 'textproc/ctpp2')
-rw-r--r-- | textproc/ctpp2/Makefile | 2 | ||||
-rw-r--r-- | textproc/ctpp2/distinfo | 6 | ||||
-rw-r--r-- | textproc/ctpp2/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index 145a35a77cc..554957c2e6e 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ctpp2 -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ diff --git a/textproc/ctpp2/distinfo b/textproc/ctpp2/distinfo index d7d361f18f1..2a0b77e18f2 100644 --- a/textproc/ctpp2/distinfo +++ b/textproc/ctpp2/distinfo @@ -1,3 +1,3 @@ -MD5 (ctpp2-2.1.1.tar.gz) = 618ab80ad1ef01e6c64771515ace857d -SHA256 (ctpp2-2.1.1.tar.gz) = bd57d508aafddd2776c0c98bbeaa7404474d2568e635c7357d43ca846db0ffbe -SIZE (ctpp2-2.1.1.tar.gz) = 136906 +MD5 (ctpp2-2.2.0.tar.gz) = 476e6141c418601f3f7b5c0ed57901e6 +SHA256 (ctpp2-2.2.0.tar.gz) = 28130c8f2aefd738ce2b80ce959569a6281d029fa36cdbe946c1f5265d34ba7b +SIZE (ctpp2-2.2.0.tar.gz) = 144744 diff --git a/textproc/ctpp2/pkg-plist b/textproc/ctpp2/pkg-plist index b424634cd9d..578c25ef40c 100644 --- a/textproc/ctpp2/pkg-plist +++ b/textproc/ctpp2/pkg-plist @@ -1,5 +1,6 @@ include/ctpp2/CDT.hpp include/ctpp2/CTPP2.hpp +include/ctpp2/CTPP2BitIndex.hpp include/ctpp2/CTPP2CharIterator.hpp include/ctpp2/CTPP2Compiler.hpp include/ctpp2/CTPP2FileSourceLoader.hpp @@ -11,6 +12,7 @@ include/ctpp2/CTPP2Syntax.h include/ctpp2/CTPP2SourceLoader.hpp include/ctpp2/CTPP2SysHeaders.h include/ctpp2/CTPP2Types.h +include/ctpp2/CTPP2Util.hpp include/ctpp2/CTPPException.hpp include/ctpp2/CTPPParserException.hpp include/ctpp2/FileOutputCollector.hpp @@ -37,7 +39,7 @@ include/ctpp2/VMStackException.hpp include/ctpp2/VMSyscall.hpp lib/libctpp2.so lib/libctpp2.so.2 -lib/libctpp2.so.2.1.1 +lib/libctpp2.so.2.2.0 lib/libctpp2-st.a bin/ctpp2vm bin/ctpp2c |