mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/endian: Update to 1.1.6
Move upstream to github
This commit is contained in:
parent
054a8ce43c
commit
4c7ab59d27
2 changed files with 11 additions and 12 deletions
|
@ -1,22 +1,20 @@
|
||||||
PORTNAME= endian
|
PORTNAME= endian
|
||||||
PORTVERSION= 1.1
|
DISTVERSION= 1.1-6
|
||||||
PORTREVISION= 1
|
DISTVERSIONSUFFIX= -g5688773
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
|
||||||
|
|
||||||
MAINTAINER= jwb@FreeBSD.org
|
MAINTAINER= jwb@FreeBSD.org
|
||||||
COMMENT= Report endianness of a system
|
COMMENT= Report endianness of a system
|
||||||
|
WWW= https://github.com/outpaddling/endian/
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= tar:xz
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= outpaddling
|
||||||
|
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
PLIST_FILES= bin/endian share/man/man1/endian.1.gz
|
PLIST_FILES= bin/endian share/man/man1/endian.1.gz
|
||||||
|
|
||||||
do-install:
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
|
|
||||||
${STAGEDIR}${PREFIX}/bin
|
|
||||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
|
|
||||||
${STAGEDIR}${PREFIX}/share/man/man1
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (endian-1.1.tar.xz) = 490183dc9466d97f8ca4a6b03c3823a73efbf8686c1c2023c7978ce5f2aa8603
|
TIMESTAMP = 1738622702
|
||||||
SIZE (endian-1.1.tar.xz) = 2912
|
SHA256 (outpaddling-endian-1.1-6-g5688773_GH0.tar.gz) = 1ac5ea13acbd771e05790d682d59c3692a2f89b1f96a7175c5a74e48fca3dfe1
|
||||||
|
SIZE (outpaddling-endian-1.1-6-g5688773_GH0.tar.gz) = 4276
|
||||||
|
|
Loading…
Add table
Reference in a new issue