diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-21 22:38:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-21 22:38:07 +0000 |
commit | ef1db6a07fcf76293f0d8dd73e3256577a96a86a (patch) | |
tree | 498035335a71ebaf12b9a41b780d2e46eb43a149 /print | |
parent | 79558c7fc1060f432bee80136777191bbe5835c8 (diff) | |
download | pkgsrc-ef1db6a07fcf76293f0d8dd73e3256577a96a86a.tar.gz |
Add comment to patch-configure and add it to distinfo.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/distinfo | 3 | ||||
-rw-r--r-- | print/cups-filters/patches/patch-configure | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index a77a258d087..cb6d44862b2 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.43 2016/12/19 08:49:00 wiz Exp $ +$NetBSD: distinfo,v 1.44 2016/12/21 22:38:07 wiz Exp $ SHA1 (cups-filters-1.13.1.tar.xz) = 5105a1f9ed467587db2942962f666325a44c3508 RMD160 (cups-filters-1.13.1.tar.xz) = ca199d582b80c2746d4f1fd47004995c13443e65 SHA512 (cups-filters-1.13.1.tar.xz) = 52b040e160d76532762920fdeaf0d17461acc4dd6af53a2052dc4cdaf7a873852a0d6349b98155ebc2423a7270f28107aee57093291e48cc7b41746fe1d312bc Size (cups-filters-1.13.1.tar.xz) = 1419244 bytes +SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179 SHA1 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458 SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0 diff --git a/print/cups-filters/patches/patch-configure b/print/cups-filters/patches/patch-configure index dc2144f06a6..be754e741a9 100644 --- a/print/cups-filters/patches/patch-configure +++ b/print/cups-filters/patches/patch-configure @@ -1,4 +1,6 @@ -$NetBSD: patch-configure,v 1.1 2016/12/19 08:49:00 wiz Exp $ +$NetBSD: patch-configure,v 1.2 2016/12/21 22:38:07 wiz Exp $ + +Fix unportable test(1) operator. --- configure.orig 2016-12-17 23:41:49.000000000 +0000 +++ configure |