diff options
author | wen <wen@FreeBSD.org> | 2009-11-27 21:52:04 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-27 21:52:04 +0800 |
commit | cb68080432abf5113bdcbb05cf214b5e809d0dc6 (patch) | |
tree | d81b7e24fc8c5fb01fe9d4d1cefdee4b85a13509 /net | |
parent | a419a0597efa36777df479696a7f638c45a80896 (diff) | |
download | freebsd-ports-gnome-cb68080432abf5113bdcbb05cf214b5e809d0dc6.tar.gz freebsd-ports-gnome-cb68080432abf5113bdcbb05cf214b5e809d0dc6.tar.zst freebsd-ports-gnome-cb68080432abf5113bdcbb05cf214b5e809d0dc6.zip |
- Update to 1.32
- Fix the build with Custom PREFIX
PR: ports/140727
Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/skystar2/Makefile | 13 | ||||
-rw-r--r-- | net/skystar2/distinfo | 6 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile index a7ed0346f3c8..60a4a42cc3e7 100644 --- a/net/skystar2/Makefile +++ b/net/skystar2/Makefile @@ -5,16 +5,15 @@ # $FreeBSD$ # -PORTNAME= skystar2 -PORTVERSION= 1.31 -PORTEPOCH= 1 +PORTNAME= skystar2.8 +PORTVERSION= 1.32 CATEGORIES= net kld MASTER_SITES= http://paradox.lissyara.su/ \ http://lissyara.su/patch/skystar2/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} MAINTAINER= admin@lissyara.su -COMMENT= Kernel module and program for SkyStar2, ver. ${PORTVERSION} +COMMENT= Kernel module and program for SkyStar2/SkyStar2.8A, ver. ${PORTVERSION} USE_BZIP2= yes SYSDIR?= ${SRC_BASE}/sys @@ -30,6 +29,12 @@ pre-fetch: exit 1 .endif +post-extract: + @${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#g' \ + ${WRKSRC}/dvbnet/Makefile \ + ${WRKSRC}/dvbtune/Makefile \ + ${WRKSRC}/monitor/Makefile + pre-install: ${INSTALL} -d ${KMODDIR} diff --git a/net/skystar2/distinfo b/net/skystar2/distinfo index 7cd5bb8bbaa3..6bd5f8217dcb 100644 --- a/net/skystar2/distinfo +++ b/net/skystar2/distinfo @@ -1,3 +1,3 @@ -MD5 (skystar2_131.tar.bz2) = d2d19ff7f68496c2ab357b7404503867 -SHA256 (skystar2_131.tar.bz2) = 799c1f35bd29ce21b735373cc43b6967dcc9262ab5e8d3b1ffdbd44627434d2e -SIZE (skystar2_131.tar.bz2) = 43197 +MD5 (skystar2.8_132.tar.bz2) = ad504b178678a60845eec5df40f6c818 +SHA256 (skystar2.8_132.tar.bz2) = 6bf76f04d8e772d857489cc76013dfdfe9e5b364a3d3bd8cf01d94e7480d7af5 +SIZE (skystar2.8_132.tar.bz2) = 140196 |