diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-23 06:55:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-23 06:55:44 +0000 |
commit | 603f04ab35bf96f229b57c6f9302ec079686ea3f (patch) | |
tree | 351c5633e0b7c3506bb649772bd209a1e9d18c76 /lang/qore/pkg-plist | |
parent | df50de964ea398a9584f259d3d1a61857484f468 (diff) | |
download | ports-603f04ab35bf96f229b57c6f9302ec079686ea3f.tar.gz ports-603f04ab35bf96f229b57c6f9302ec079686ea3f.zip |
Notes
Diffstat (limited to 'lang/qore/pkg-plist')
-rw-r--r-- | lang/qore/pkg-plist | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/lang/qore/pkg-plist b/lang/qore/pkg-plist index 7ccc64bbf55f..e4264c2a95d4 100644 --- a/lang/qore/pkg-plist +++ b/lang/qore/pkg-plist @@ -28,6 +28,7 @@ include/qore/QoreFloatNode.h include/qore/QoreFtpClient.h include/qore/QoreHTTPClient.h include/qore/QoreHashNode.h +include/qore/QoreQueueHelper.h include/qore/QoreLib.h include/qore/QoreListNode.h include/qore/QoreNamespace.h @@ -74,15 +75,15 @@ include/qore/safe_dslist include/qore/support.h lib/libqore.la lib/libqore.so -lib/libqore.so.14 -lib/qore-modules/%%VERSION%%/CsvUtil.qm -lib/qore-modules/%%VERSION%%/HttpServer.qm -lib/qore-modules/%%VERSION%%/MailMessage.qm -lib/qore-modules/%%VERSION%%/Mime.qm -lib/qore-modules/%%VERSION%%/Pop3Client.qm -lib/qore-modules/%%VERSION%%/SmtpClient.qm -lib/qore-modules/%%VERSION%%/TelnetClient.qm +lib/libqore.so.15 +lib/qore-modules/%%PORTVERSION%%/HttpServer.qm +lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm +lib/qore-modules/%%PORTVERSION%%/Mime.qm +lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm +lib/qore-modules/%%PORTVERSION%%/MailMessage.qm +lib/qore-modules/%%PORTVERSION%%/Pop3Client.qm +lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm libdata/pkgconfig/qore.pc -@dirrm lib/qore-modules/%%VERSION%% -@dirrmtry lib/qore-modules @dirrm include/qore +@dirrm lib/qore-modules/%%PORTVERSION%% +@dirrm lib/qore-modules |