diff options
author | Juergen Daubert <jue@jue.li> | 2015-11-15 17:01:49 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-11-15 17:01:49 +0100 |
commit | 550776e9014e14754051618e16eae91973290dc6 (patch) | |
tree | 70a7da46f3a0ae3faea479fcab2526d0b3971059 /qpdf | |
parent | 63d831f2162b8fbe5d410dd43fa7847e9dec1da0 (diff) | |
download | opt-550776e9014e14754051618e16eae91973290dc6.tar.gz opt-550776e9014e14754051618e16eae91973290dc6.tar.xz |
[notify] qpdf: update to 6.0.0
ABI has been changed, rebuild of direct dependent ports
like cups-filters required
Diffstat (limited to 'qpdf')
-rw-r--r-- | qpdf/.footprint | 6 | ||||
-rw-r--r-- | qpdf/.md5sum | 2 | ||||
-rw-r--r-- | qpdf/Pkgfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/qpdf/.footprint b/qpdf/.footprint index f9b8bc72e..8ce20ae77 100644 --- a/qpdf/.footprint +++ b/qpdf/.footprint @@ -35,9 +35,9 @@ drwxr-xr-x root/root usr/include/qpdf/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libqpdf.a -rwxr-xr-x root/root usr/lib/libqpdf.la -lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.13.3.0 -lrwxrwxrwx root/root usr/lib/libqpdf.so.13 -> libqpdf.so.13.3.0 --rwxr-xr-x root/root usr/lib/libqpdf.so.13.3.0 +lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.17.0.0 +lrwxrwxrwx root/root usr/lib/libqpdf.so.17 -> libqpdf.so.17.0.0 +-rwxr-xr-x root/root usr/lib/libqpdf.so.17.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libqpdf.pc drwxr-xr-x root/root usr/man/ diff --git a/qpdf/.md5sum b/qpdf/.md5sum index d07ca6c62..74ebe5ded 100644 --- a/qpdf/.md5sum +++ b/qpdf/.md5sum @@ -1 +1 @@ -cde0d7a7410bad77c62350c13e32df65 qpdf-5.2.0.tar.gz +e014bd3ecf1c4d1a520bbc14d84ac20e qpdf-6.0.0.tar.gz diff --git a/qpdf/Pkgfile b/qpdf/Pkgfile index b7ba1ade5..8be169976 100644 --- a/qpdf/Pkgfile +++ b/qpdf/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre zlib name=qpdf -version=5.2.0 +version=6.0.0 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) |