[Lunar-commits] r26661 - moonbase/trunk/x11-apps/xpdf
Terry Chan
tchan at lunar-linux.org
Thu Nov 8 07:03:15 CET 2007
Author: tchan
Date: 2007-11-08 07:03:15 +0100 (Thu, 08 Nov 2007)
New Revision: 26661
Modified:
moonbase/trunk/x11-apps/xpdf/BUILD
moonbase/trunk/x11-apps/xpdf/DETAILS
Log:
Fixed this module the correct way -- Patches are stored locally in $PATCH_URL,
especially since foolabs seems to have lost 3.02pl1.patch. The xpdf homepage
clearly states that the security patches MUST be applied one after the other so
3.02pl2.patch is NOT a cumulative patch. So pl1 MUST be applied first, then pl2.
Removed the dead download URLs.
Modified: moonbase/trunk/x11-apps/xpdf/BUILD
===================================================================
--- moonbase/trunk/x11-apps/xpdf/BUILD 2007-11-08 05:19:46 UTC (rev 26660)
+++ moonbase/trunk/x11-apps/xpdf/BUILD 2007-11-08 06:03:15 UTC (rev 26661)
@@ -1,6 +1,7 @@
(
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
OPTS="$OPTS --with-freetype2-includes=/usr/include/freetype2 \
--with-gzip" &&
Modified: moonbase/trunk/x11-apps/xpdf/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/xpdf/DETAILS 2007-11-08 05:19:46 UTC (rev 26660)
+++ moonbase/trunk/x11-apps/xpdf/DETAILS 2007-11-08 06:03:15 UTC (rev 26661)
@@ -1,15 +1,15 @@
MODULE=xpdf
VERSION=3.02
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=xpdf-3.02pl2.patch
- SOURCE_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/
- SOURCE_URL[1]=ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/
- SOURCE_URL[2]=ftp://ftp.xopen.org/pub/PDF/$MODULE/
- SOURCE_URL[3]=ftp://planetmirror.com/pub/$MODULE/
- SOURCE2_URL=$SOURCE_URL
+ SOURCE2=xpdf-3.02pl1.patch
+ SOURCE3=xpdf-3.02pl2.patch
+ SOURCE_URL=ftp://ftp.foolabs.com/pub/xpdf/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
WEB_SITE=http://www.foolabs.com/xpdf
SOURCE_VFY=sha1:f9940698840c8a8045677e8be68ab8580903e20a
- SOURCE2_VFY=sha1:d082ebe0d36cad0c04603950216f5c52de1c2593
+ SOURCE2_VFY=sha1:cd3c8ed6e1fd3606098b85d5cc8a7d1aa305266d
+ SOURCE3_VFY=sha1:d082ebe0d36cad0c04603950216f5c52de1c2593
ENTERED=20020218
UPDATED=20071108
SHORT="a PDF viewer for X11"
More information about the Lunar-commits
mailing list