Merge pull request #1364 from suvari/master

ppp:fix source
This commit is contained in:
yusuf
2016-03-26 21:28:59 +02:00
2 changed files with 5 additions and 7 deletions
+3 -4
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,7 +12,7 @@
<IsA>library</IsA>
<Summary>Thin library on top of the Linux framebuffer devices</Summary>
<Description>DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers.</Description>
<Archive sha1sum="ff3dc6885f2875586849d88ee9f87fca866259b0" type="targz">http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.1.tar.gz</Archive>
<Archive sha1sum="205d824906906303db9b096cc2d3bea0662e8860" type="targz">http://sources.webos-ports.org/downloads/DirectFB-1.7.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
<Dependency>giflib-devel</Dependency>
@@ -89,8 +88,8 @@
<History>
<Update release="1">
<Date>2014-05-21</Date>
<Version>1.7.1</Version>
<Date>2016-03-26</Date>
<Version>1.7.7</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
+2 -3
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -15,7 +14,7 @@
<Summary>Point-to-point protocol - patched for PPPOE</Summary>
<Description>The Point-to-Point Protocol (PPP) provides a standard way to transmit datagrams over a serial link.</Description>
<Archive sha1sum="0fd188b28cb8fdc81d2eaa15b78d3ad9c93344f4" type="targz">http://samba.org/ftp/ppp/ppp-2.4.6.tar.gz</Archive>
<Archive sha1sum="1a0b02788d522f2137d0b66c749ffe6c96cceb94" type="targz">http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz</Archive>
<Archive sha1sum="1a0b02788d522f2137d0b66c749ffe6c96cceb94" type="targz">ftp://ftp.freebsd.ch/gentoo/distfiles/ppp-dhcpc.tgz</Archive>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -91,7 +90,7 @@
<History>
<Update release="1">
<Date>2014-04-03</Date>
<Date>2016-03-26</Date>
<Version>2.4.6</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>