diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-23 08:24:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-23 08:24:34 +0000 |
commit | 482f5c945cd4be0d177066ba6171e675d254d402 (patch) | |
tree | af3677ccd2963fbc8fbc93d970c9d379c2942665 /textproc/openvanilla-framework | |
parent | 878628deb703a26a5038c836dbcd49a4900b1a9e (diff) | |
download | ports-482f5c945cd4be0d177066ba6171e675d254d402.tar.gz ports-482f5c945cd4be0d177066ba6171e675d254d402.zip |
Notes
Diffstat (limited to 'textproc/openvanilla-framework')
-rw-r--r-- | textproc/openvanilla-framework/Makefile | 4 | ||||
-rw-r--r-- | textproc/openvanilla-framework/distinfo | 6 | ||||
-rw-r--r-- | textproc/openvanilla-framework/pkg-plist | 7 |
3 files changed, 5 insertions, 12 deletions
diff --git a/textproc/openvanilla-framework/Makefile b/textproc/openvanilla-framework/Makefile index 93f54b894e07..809d60e569c8 100644 --- a/textproc/openvanilla-framework/Makefile +++ b/textproc/openvanilla-framework/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openvanilla-framework -PORTVERSION= 0.7.1.20050902 +PORTVERSION= 0.7.2.b20060214 CATEGORIES= textproc MASTER_SITES= http://www.csie.org/~llwang/ \ http://www.infor.org/~llwang/ @@ -20,6 +20,6 @@ NO_BUILD= yes do-install: @${MKDIR} ${PREFIX}/include/OpenVanilla - @${INSTALL_DATA} ${WRKSRC}/Headers/* ${PREFIX}/include/OpenVanilla + @${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla .include <bsd.port.mk> diff --git a/textproc/openvanilla-framework/distinfo b/textproc/openvanilla-framework/distinfo index d480b9558592..95c6b291033b 100644 --- a/textproc/openvanilla-framework/distinfo +++ b/textproc/openvanilla-framework/distinfo @@ -1,3 +1,3 @@ -MD5 (openvanilla-0.7.1.20050902.tar.gz) = 65ab030558a8f5a399ef497b8b99d668 -SHA256 (openvanilla-0.7.1.20050902.tar.gz) = babc0c7b8e098a27e6ab6bf9738ba4f7aa50cdeaef1959b99ed7004ab967d617 -SIZE (openvanilla-0.7.1.20050902.tar.gz) = 11321598 +MD5 (openvanilla-0.7.2.b20060214.tar.gz) = d15b76fd77022cc78b660b9a719d17e7 +SHA256 (openvanilla-0.7.2.b20060214.tar.gz) = 9761b42666676ecb5e590b242d09c4e6f538a23608c0262fc02d38821b1d128d +SIZE (openvanilla-0.7.2.b20060214.tar.gz) = 16777986 diff --git a/textproc/openvanilla-framework/pkg-plist b/textproc/openvanilla-framework/pkg-plist index 9251f4e10f2b..359dccd06020 100644 --- a/textproc/openvanilla-framework/pkg-plist +++ b/textproc/openvanilla-framework/pkg-plist @@ -1,11 +1,4 @@ -include/OpenVanilla/OVCIN.h -include/OpenVanilla/OVCandidateList.h -include/OpenVanilla/OVFileHandler.h -include/OpenVanilla/OVKeySequence.h include/OpenVanilla/OVLibrary.h -include/OpenVanilla/OVPhoneticLib.h -include/OpenVanilla/OVSQLite3.h -include/OpenVanilla/OVStringToolKit.h include/OpenVanilla/OVUtility.h include/OpenVanilla/OpenVanilla.h @dirrm include/OpenVanilla |