summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpdf/.footprint11
-rw-r--r--qpdf/.signature6
-rw-r--r--qpdf/Pkgfile5
3 files changed, 11 insertions, 11 deletions
diff --git a/qpdf/.footprint b/qpdf/.footprint
index 8ce20ae77..7c5e6db15 100644
--- a/qpdf/.footprint
+++ b/qpdf/.footprint
@@ -40,8 +40,9 @@ 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/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/fix-qdf.1.gz
--rw-r--r-- root/root usr/man/man1/qpdf.1.gz
--rw-r--r-- root/root usr/man/man1/zlib-flate.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/fix-qdf.1.gz
+-rw-r--r-- root/root usr/share/man/man1/qpdf.1.gz
+-rw-r--r-- root/root usr/share/man/man1/zlib-flate.1.gz
diff --git a/qpdf/.signature b/qpdf/.signature
index e693a1e42..cc7b5644e 100644
--- a/qpdf/.signature
+++ b/qpdf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/YjxHyLGtWrV+3YezwmL4D67tl3GAGVfuSdj1fFQyte5FoTgMxrdJMfJtDWnwIyRi/0GRTwB9FDldHQeJiBzwQU=
-SHA256 (Pkgfile) = 7c34e9fe9fadae11ac7454770f3de3c365aa2e35f41fa2185179e47f4d4796eb
-SHA256 (.footprint) = 71bea363a1dee289aa72c6cf31c92e4a368897029e5d3b6cc844834699f82c87
+RWSE3ohX2g5d/SgNXvxSnvi9WfYZ5yJZsFzdUiNb2UZGqPtWlrpfzmammdTilXO4kVjmqyTaEa6KtkRl+ptQvVuHbpuYAuCygwM=
+SHA256 (Pkgfile) = 0296edc5293d7e31d19e379e923c4b34560991b6fadab1f53bdf97946db22f07
+SHA256 (.footprint) = 85e6362fb2da951b8318d1de30c3cb3607fb78de108a8348944a3cb992cd37c3
SHA256 (qpdf-6.0.0.tar.gz) = a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233
diff --git a/qpdf/Pkgfile b/qpdf/Pkgfile
index 8be169976..9764cb6fd 100644
--- a/qpdf/Pkgfile
+++ b/qpdf/Pkgfile
@@ -5,14 +5,13 @@
name=qpdf
version=6.0.0
-release=1
+release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
- rmdir $PKG/usr/share
}

Generated by cgit