[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Thu Aug 21 20:51:19 CEST 2014
commit 7816d2d7b448b5d72c7b92604480577ca9a40735
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 21 Aug 2014 21:51:09 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/7816d2d7b448b5d72c7b92604480577ca9a40735
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
graphics/libpgf/BUILD | +3/-1
graphics/libpgf/DEPENDS | +1/-0
graphics/libpgf/DETAILS | +4/-4
3 files changed, 8 insertions(+), 5 deletions(-)
--- a/graphics/libpgf/BUILD
+++ b/graphics/libpgf/BUILD
@@ -1,6 +1,8 @@
(
- sh autogen.sh &&
+ dos2unix configure.ac configure.ac.new &&
+ cp configure.ac.new configure.ac &&
+ ./autogen.sh &&
default_build
--- /dev/null
+++ b/graphics/libpgf/DEPENDS
@@ -0,0 +1 @@
+depends recode
--- a/graphics/libpgf/DETAILS
+++ b/graphics/libpgf/DETAILS
@@ -1,12 +1,12 @@
MODULE=libpgf
- VERSION=6.12.24-src
+ VERSION=src-6.14.12
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/libpgf/
+ SOURCE_URL=$SFORGE_URL/libpgf/libpgf/6.14.12-latest/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_VFY=sha1:2fe01872f3b753569f62fbe180773cc868cd71aa
+ SOURCE_VFY=sha1:bba68ebc8a4f275e56a7615cd1e6a252c59ca613
WEB_SITE=http://www.libpgf.org/
ENTERED=20091223
- UPDATED=20121202
+ UPDATED=20140821
SHORT="Progressive Graphics File"
cat << EOF
More information about the Lunar-commits
mailing list