diff options
author | bsam <bsam@FreeBSD.org> | 2008-06-10 01:54:00 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-06-10 01:54:00 +0800 |
commit | 5a8c4da130d46d00544805bac8072be5eaa6acb0 (patch) | |
tree | 7f3dae4214ba6550db0632fa33d8635e559cba03 /net | |
parent | 1bdf428ffa30055b9d15dc76fe47e43ef5e5b2dc (diff) | |
download | freebsd-ports-gnome-5a8c4da130d46d00544805bac8072be5eaa6acb0.tar.gz freebsd-ports-gnome-5a8c4da130d46d00544805bac8072be5eaa6acb0.tar.zst freebsd-ports-gnome-5a8c4da130d46d00544805bac8072be5eaa6acb0.zip |
. update to version 11 (bug fix release, readme added as well);
. add a configuration file example.
Submitted by: Alex Keda <admin at lissyara.su> (maintainer by private email)
Diffstat (limited to 'net')
-rw-r--r-- | net/skystar2/Makefile | 3 | ||||
-rw-r--r-- | net/skystar2/distinfo | 6 | ||||
-rw-r--r-- | net/skystar2/pkg-descr | 3 | ||||
-rw-r--r-- | net/skystar2/pkg-plist | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile index cef9622578b8..f295aa5f64bf 100644 --- a/net/skystar2/Makefile +++ b/net/skystar2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= skystar2 -PORTVERSION= 10 +PORTVERSION= 11 CATEGORIES= net MASTER_SITES= http://paradox.org.ua/ \ http://lissyara.su/patch/skystar2/ @@ -30,6 +30,7 @@ pre-fetch: .endif post-install: + @${INSTALL_DATA} ${WRKSRC}/etc/channels.conf.dist ${PREFIX}/etc/ @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/net/skystar2/distinfo b/net/skystar2/distinfo index 622a569fe925..cbe46b101fa7 100644 --- a/net/skystar2/distinfo +++ b/net/skystar2/distinfo @@ -1,3 +1,3 @@ -MD5 (skystar2_10.tar.bz2) = 93bb172049c2840fa87f014521a23e59 -SHA256 (skystar2_10.tar.bz2) = 2d38e9aede6c53aa5379a053c18cbe6b9018a85c25409a6b00226357ea0906d6 -SIZE (skystar2_10.tar.bz2) = 41098 +MD5 (skystar2_11.tar.bz2) = 3165178e1da2fff5e1fa69031426a683 +SHA256 (skystar2_11.tar.bz2) = c57f8ec896a0de5d25905d5e1ef79340b5c63626de0ed8f24e76523a0d32fd65 +SIZE (skystar2_11.tar.bz2) = 42321 diff --git a/net/skystar2/pkg-descr b/net/skystar2/pkg-descr index fa9ed6d505a3..c3c8048da6c0 100644 --- a/net/skystar2/pkg-descr +++ b/net/skystar2/pkg-descr @@ -2,7 +2,6 @@ A driver for DVB-S card (producer TechniSat, Germany, http://www.technisat.com/) SkyStar 2 TV PCI on chip FlexCop II or FlexCop IIB by B2C2inc (SkyStar2). Written by paradox (http://paradox.org.ua/). -For additional information (in Russian), see end of -http://forum.lissyara.su/viewtopic.php?t=622 +For additional information see readme in the source tarball. WWW: http://paradox.org.ua/ diff --git a/net/skystar2/pkg-plist b/net/skystar2/pkg-plist index 8378a6e8d12b..60ccbd7e2558 100644 --- a/net/skystar2/pkg-plist +++ b/net/skystar2/pkg-plist @@ -1,6 +1,7 @@ bin/dvbnet bin/dvbtune bin/monitor +etc/channels.conf.dist @cwd %%KMODDIR%% skystar2.ko @unexec /bin/rm %D/skystar2.ko.symbols 2>/dev/null || /usr/bin/true |