diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-09 21:49:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-09 21:49:06 +0800 |
commit | d5450c8613739e222733483428adcd450feb2e92 (patch) | |
tree | b40ec05091e584ba995dcb847a4e6ce12c95788d /textproc | |
parent | b595c67544cc31f78d48bfb57f39d4786d7b1556 (diff) | |
download | freebsd-ports-gnome-d5450c8613739e222733483428adcd450feb2e92.tar.gz freebsd-ports-gnome-d5450c8613739e222733483428adcd450feb2e92.tar.zst freebsd-ports-gnome-d5450c8613739e222733483428adcd450feb2e92.zip |
upgrade to 0.4.1
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlwrapp/distinfo | 2 | ||||
-rw-r--r-- | textproc/xmlwrapp/pkg-plist | 11 |
3 files changed, 12 insertions, 3 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 53ede1933769..9e4b7e0a751b 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlwrapp -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.1 CATEGORIES= textproc MASTER_SITES= http://pmade.org/pjones/software/xmlwrapp/download/ diff --git a/textproc/xmlwrapp/distinfo b/textproc/xmlwrapp/distinfo index 4bba8da1ee56..3eff58213edb 100644 --- a/textproc/xmlwrapp/distinfo +++ b/textproc/xmlwrapp/distinfo @@ -1 +1 @@ -MD5 (xmlwrapp-0.3.0.tar.gz) = efeb3f905437d54d05cd6d45a19b89d8 +MD5 (xmlwrapp-0.4.1.tar.gz) = c9bea01fe02e68221b5e2bab7cd4e466 diff --git a/textproc/xmlwrapp/pkg-plist b/textproc/xmlwrapp/pkg-plist index ddb531fa909a..8b373ab011ea 100644 --- a/textproc/xmlwrapp/pkg-plist +++ b/textproc/xmlwrapp/pkg-plist @@ -1,4 +1,5 @@ bin/xmlwrapp-config +include/xmlwrapp/_cbfo.h include/xmlwrapp/attributes.h include/xmlwrapp/document.h include/xmlwrapp/event_parser.h @@ -6,7 +7,15 @@ include/xmlwrapp/init.h include/xmlwrapp/node.h include/xmlwrapp/tree_parser.h include/xmlwrapp/xmlwrapp.h +include/xsltwrapp/xsltwrapp.h +include/xsltwrapp/stylesheet.h +include/xsltwrapp/init.h @dirrm include/xmlwrapp +@dirrm include/xsltwrapp lib/libxmlwrapp.a lib/libxmlwrapp.so -lib/libxmlwrapp.so.3 +lib/libxmlwrapp.so.4 +lib/libxsltwrapp.a +lib/libxsltwrapp.so +lib/libxsltwrapp.so.1 +lib/pkgconfig/xmlwrapp.pc |