svn commit: r359646 - in head/sysutils/endian: . files
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Jun 28 04:15:59 UTC 2014
Author: danilo
Date: Sat Jun 28 04:15:57 2014
New Revision: 359646
URL: http://svnweb.freebsd.org/changeset/ports/359646
QAT: https://qat.redports.org/buildarchive/r359646/
Log:
- Update from 1.0 to 1.1
- Update MASTER_SITES
- Add LICENSE
PR: ports/191438
Submitted by: jwbacon at tds.net
Deleted:
head/sysutils/endian/files/
Modified:
head/sysutils/endian/Makefile
head/sysutils/endian/distinfo
head/sysutils/endian/pkg-descr
Modified: head/sysutils/endian/Makefile
==============================================================================
--- head/sysutils/endian/Makefile Sat Jun 28 03:46:25 2014 (r359645)
+++ head/sysutils/endian/Makefile Sat Jun 28 04:15:57 2014 (r359646)
@@ -1,15 +1,21 @@
-# Created by: bacon at smithers.neuro.mcw.edu
+# Created by: Jason W. Bacon <jwbacon at tds.net>
# $FreeBSD$
PORTNAME= endian
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= sysutils
-MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ \
- http://bacon.is-a-geek.org/~bacon/Ports/distfiles/
+MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
+ http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MAINTAINER= jwbacon at tds.net
COMMENT= Report endianness of a system
+LICENSE= BSD2CLAUSE
+
+USES= tar:xz
+
PLIST_FILES= bin/endian man/man1/endian.1.gz
+MAKE_ARGS= STAGEDIR=${STAGEDIR}
+
.include <bsd.port.mk>
Modified: head/sysutils/endian/distinfo
==============================================================================
--- head/sysutils/endian/distinfo Sat Jun 28 03:46:25 2014 (r359645)
+++ head/sysutils/endian/distinfo Sat Jun 28 04:15:57 2014 (r359646)
@@ -1,2 +1,2 @@
-SHA256 (endian-1.0.tar.gz) = ec0e3b8f7bb1920a0d4f24223d613acecdc4c1cb9d69e930b794d19b54135e41
-SIZE (endian-1.0.tar.gz) = 2942
+SHA256 (endian-1.1.tar.xz) = 490183dc9466d97f8ca4a6b03c3823a73efbf8686c1c2023c7978ce5f2aa8603
+SIZE (endian-1.1.tar.xz) = 2912
Modified: head/sysutils/endian/pkg-descr
==============================================================================
--- head/sysutils/endian/pkg-descr Sat Jun 28 03:46:25 2014 (r359645)
+++ head/sysutils/endian/pkg-descr Sat Jun 28 04:15:57 2014 (r359646)
@@ -1,5 +1,4 @@
Endian reports the endianness to the standard output as "little",
"big", or "mixed". As there is no standard terminology for the various
possible mixed modes, and very few such machines even exist, endian
-does not distinguish between various mixed modes. Report endianness
-of a system.
+does not distinguish between various mixed modes.
More information about the svn-ports-all
mailing list