diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 13:40:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 13:40:10 +0000 |
commit | 8b4d37b779b75f38fe14eceedeaa9a597d201107 (patch) | |
tree | c4c234e8a12d7d117830948355e0fb51181933a3 /textproc/ctpp2 | |
parent | - Update to 5.3 (diff) |
- 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 145a35a77cc5..554957c2e6ee 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 d7d361f18f1d..2a0b77e18f23 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 b424634cd9dd..578c25ef40c4 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 |