diff options
author | rafan <rafan@FreeBSD.org> | 2009-03-02 22:42:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-03-02 22:42:56 +0800 |
commit | fe23b2e4b9f386d5a5083cd9900db92fb07e3ea9 (patch) | |
tree | 12fe0eed440b6464162bfbd79e2a523e505a5c31 /net | |
parent | ac8abc83e4e7bb5d8ff4c18ec9f7cde342ffb83e (diff) | |
download | freebsd-ports-gnome-fe23b2e4b9f386d5a5083cd9900db92fb07e3ea9.tar.gz freebsd-ports-gnome-fe23b2e4b9f386d5a5083cd9900db92fb07e3ea9.tar.zst freebsd-ports-gnome-fe23b2e4b9f386d5a5083cd9900db92fb07e3ea9.zip |
- Update to 5.3
PR: ports/132140
Submitted by: Alex Keda <admin at lissyara.su> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/ttbudget/Makefile | 7 | ||||
-rw-r--r-- | net/ttbudget/distinfo | 6 | ||||
-rw-r--r-- | net/ttbudget/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile index eb12f3b52727..17264a4e81a4 100644 --- a/net/ttbudget/Makefile +++ b/net/ttbudget/Makefile @@ -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} diff --git a/net/ttbudget/distinfo b/net/ttbudget/distinfo index 6ec31a24a154..9acbb9f46c60 100644 --- a/net/ttbudget/distinfo +++ b/net/ttbudget/distinfo @@ -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 diff --git a/net/ttbudget/pkg-plist b/net/ttbudget/pkg-plist index 4831bcd9701c..3d67c376411c 100644 --- a/net/ttbudget/pkg-plist +++ b/net/ttbudget/pkg-plist @@ -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 |