- Chase checksum. Author released new version 1.35_2. Author does not
version tarballs. PR: ports/63708 (inspired by)
This commit is contained in:
parent
f16753f6d7
commit
97de06e095
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103093
6 changed files with 16 additions and 10 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= heyu
|
||||
PORTVERSION= 1.35
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://heyu.tanj.com/
|
||||
DISTNAME= x10_heyu
|
||||
|
@ -15,14 +16,12 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= plambert@plambert.net
|
||||
COMMENT= Control a CM11A interface from the command line
|
||||
|
||||
BROKEN= "Checksum mismatch"
|
||||
|
||||
IS_INTERACTIVE= yes
|
||||
ALL_TARGET= heyu
|
||||
WRKSRC= ${WRKDIR}/heyu.dir
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= heyu.1
|
||||
MAN1= heyu.1 heyuhelper.1
|
||||
MAN5= x10config.5 \
|
||||
x10sched.5
|
||||
|
||||
|
@ -30,7 +29,7 @@ do-configure:
|
|||
${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
|
||||
|
||||
pre-patch:
|
||||
(cd ${WRKSRC} && ./Configure)
|
||||
(cd ${WRKSRC} && ./Configure freebsd)
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/heyu
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (x10_heyu.tgz) = 4622d3f9a85341f209656dff893c967e
|
||||
MD5 (x10_heyu.tgz) = e51ecc053c1d8780714bd53a128698f3
|
||||
SIZE (x10_heyu.tgz) = 84277
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
bin/dawndusk
|
||||
bin/heyu
|
||||
bin/heyuhelper
|
||||
bin/makesched
|
||||
share/examples/heyu/x10config.sample
|
||||
share/examples/heyu/x10sched.conf.sample
|
||||
@dirrm share/examples/heyu
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= heyu
|
||||
PORTVERSION= 1.35
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://heyu.tanj.com/
|
||||
DISTNAME= x10_heyu
|
||||
|
@ -15,14 +16,12 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= plambert@plambert.net
|
||||
COMMENT= Control a CM11A interface from the command line
|
||||
|
||||
BROKEN= "Checksum mismatch"
|
||||
|
||||
IS_INTERACTIVE= yes
|
||||
ALL_TARGET= heyu
|
||||
WRKSRC= ${WRKDIR}/heyu.dir
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= heyu.1
|
||||
MAN1= heyu.1 heyuhelper.1
|
||||
MAN5= x10config.5 \
|
||||
x10sched.5
|
||||
|
||||
|
@ -30,7 +29,7 @@ do-configure:
|
|||
${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
|
||||
|
||||
pre-patch:
|
||||
(cd ${WRKSRC} && ./Configure)
|
||||
(cd ${WRKSRC} && ./Configure freebsd)
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/heyu
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (x10_heyu.tgz) = 4622d3f9a85341f209656dff893c967e
|
||||
MD5 (x10_heyu.tgz) = e51ecc053c1d8780714bd53a128698f3
|
||||
SIZE (x10_heyu.tgz) = 84277
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
bin/dawndusk
|
||||
bin/heyu
|
||||
bin/heyuhelper
|
||||
bin/makesched
|
||||
share/examples/heyu/x10config.sample
|
||||
share/examples/heyu/x10sched.conf.sample
|
||||
@dirrm share/examples/heyu
|
||||
|
|
Loading…
Reference in a new issue