From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 04:15:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 049A2956; Sat, 28 Jun 2014 04:15:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC06F2F42; Sat, 28 Jun 2014 04:15:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5S4Fwxp008509; Sat, 28 Jun 2014 04:15:58 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5S4FwLa008506; Sat, 28 Jun 2014 04:15:58 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201406280415.s5S4FwLa008506@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 28 Jun 2014 04:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359646 - in head/sysutils/endian: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 04:15:59 -0000 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@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@smithers.neuro.mcw.edu +# Created by: Jason W. Bacon # $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@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 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.