mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 5.3
PR: ports/132140 Submitted by: Alex Keda <admin at lissyara.su> (maintainer)
This commit is contained in:
parent
79e80ecfc7
commit
e1a215e696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229332
3 changed files with 8 additions and 7 deletions
|
@ -6,17 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= ttbudget
|
||||
PORTVERSION= 4
|
||||
PORTVERSION= 5.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://paradox.org.ua/ \
|
||||
MASTER_SITES= http://paradox.lissyara.su/ \
|
||||
http://lissyara.su/patch/skystar3/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
|
||||
|
||||
MAINTAINER= admin@lissyara.su
|
||||
COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
|
||||
|
||||
USE_BZIP2= yes
|
||||
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
SYSDIR?= ${SRC_BASE}/sys
|
||||
KMODDIR= /boot/modules
|
||||
PLIST_SUB+= KMODDIR=${KMODDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ttbudget_4.tar.bz2) = c8b6bb7cce051d43630b02f25ce924b6
|
||||
SHA256 (ttbudget_4.tar.bz2) = 96b29b859153ff6002cf1302ceaf9fcd361874229f6b878a7a3d26b3447412c5
|
||||
SIZE (ttbudget_4.tar.bz2) = 38280
|
||||
MD5 (ttbudget_53.tar.bz2) = 204b7290f0e65d7bd3c9c809d5b79f36
|
||||
SHA256 (ttbudget_53.tar.bz2) = 52f9cd7f2f57c4390ef14a2ab38a2d02e5ad4cc90325d1b68c06270e635441ae
|
||||
SIZE (ttbudget_53.tar.bz2) = 59434
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
bin/dvbconfig
|
||||
@cwd %%KMODDIR%%
|
||||
dvbhal.ko
|
||||
ttbudget.ko
|
||||
@unexec /bin/rm %D/dvbhal.ko.symbols 2>/dev/null || /usr/bin/true
|
||||
@unexec /bin/rm %D/ttbudget.ko.symbols 2>/dev/null || /usr/bin/true
|
||||
@unexec kldxref %D
|
||||
|
|
Loading…
Add table
Reference in a new issue