mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.6.4.
Take maintainership.
This commit is contained in:
parent
ed4e14937e
commit
8b51eb865b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230942
2 changed files with 14 additions and 13 deletions
|
@ -6,27 +6,28 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ts
|
PORTNAME= ts
|
||||||
PORTVERSION= 0.5.4
|
PORTVERSION= 0.6.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ CENKES
|
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ CENKES
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= demon@FreeBSD.org
|
||||||
COMMENT= Serial task spooler
|
COMMENT= Serial task spooler
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
USE_GMAKE= yes
|
||||||
PORTDOCS= OBJECTIVES PROTOCOL README TRICKS Changelog
|
PLIST_FILES= bin/ts
|
||||||
MAN1= ${PORTNAME}.1
|
PORTDOCS= OBJECTIVES PROTOCOL README TRICKS
|
||||||
|
MAN1= ts.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|$$^|$${.ALLSRC}|;/^GLIBCFLAGS/d;/^CFLAGS/d'\
|
${REINPLACE_CMD} -e '/^GLIBCFLAGS/d;/^CFLAGS/d'\
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
${INSTALL_PROGRAM} ${WRKSRC}/ts ${PREFIX}/bin/
|
||||||
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
|
${INSTALL_MAN} ${WRKSRC}/ts.1 ${MAN1PREFIX}/man/man1/
|
||||||
.ifndef NOPORTDOCS
|
.ifndef NOPORTDOCS
|
||||||
@${INSTALL} -d ${DOCSDIR}/
|
${INSTALL} -d ${DOCSDIR}/
|
||||||
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (ts-0.5.4.tar.gz) = 481b01ac89086e6dfb6f393c084b82aa
|
MD5 (ts-0.6.4.tar.gz) = 781b140158f4c89c33cc852688c893e7
|
||||||
SHA256 (ts-0.5.4.tar.gz) = c861f52727b3be903f362e69bfefc535215fb3a90b0ea01cfa4296cb325a2c5d
|
SHA256 (ts-0.6.4.tar.gz) = caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3
|
||||||
SIZE (ts-0.5.4.tar.gz) = 43307
|
SIZE (ts-0.6.4.tar.gz) = 48715
|
||||||
|
|
Loading…
Add table
Reference in a new issue