From owner-svn-ports-all@FreeBSD.ORG Sun Jun 29 11:01:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EC399D6; Sun, 29 Jun 2014 11:01:22 +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 1B3992F7E; Sun, 29 Jun 2014 11:01:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TB1LhR058920; Sun, 29 Jun 2014 11:01:21 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5TB1LAJ058914; Sun, 29 Jun 2014 11:01:21 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406291101.s5TB1LAJ058914@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 29 Jun 2014 11:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359757 - in head/sysutils/mcweject: . 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: Sun, 29 Jun 2014 11:01:22 -0000 Author: rakuco Date: Sun Jun 29 11:01:20 2014 New Revision: 359757 URL: http://svnweb.freebsd.org/changeset/ports/359757 QAT: https://qat.redports.org/buildarchive/r359757/ Log: - Update to 1.1. - Set LICENSE. PR: 191460 Submitted by: jwbacon@tds.net (maintainer) Deleted: head/sysutils/mcweject/files/patch-Makefile Modified: head/sysutils/mcweject/Makefile head/sysutils/mcweject/distinfo head/sysutils/mcweject/files/pkg-message.in head/sysutils/mcweject/pkg-descr head/sysutils/mcweject/pkg-plist Modified: head/sysutils/mcweject/Makefile ============================================================================== --- head/sysutils/mcweject/Makefile Sun Jun 29 11:01:09 2014 (r359756) +++ head/sysutils/mcweject/Makefile Sun Jun 29 11:01:20 2014 (r359757) @@ -2,15 +2,22 @@ # $FreeBSD$ PORTNAME= mcweject -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Removable media eject -CONFLICTS= eject-[0-9]* +LICENSE= BSD3CLAUSE + SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message + +CONFLICTS= eject-[0-9]* + +USES= tar:xz + +MAKE_ARGS+= STAGEDIR=${STAGEDIR} .include Modified: head/sysutils/mcweject/distinfo ============================================================================== --- head/sysutils/mcweject/distinfo Sun Jun 29 11:01:09 2014 (r359756) +++ head/sysutils/mcweject/distinfo Sun Jun 29 11:01:20 2014 (r359757) @@ -1,2 +1,2 @@ -SHA256 (mcweject-1.0.tar.gz) = 89f2a3031aa5d19e3b676ac4e36bb2b2b095e4da14b9a2668a865974e3206b22 -SIZE (mcweject-1.0.tar.gz) = 6077 +SHA256 (mcweject-1.1.tar.xz) = a42f537c49a47d8044cb918912c921221e0cfe311962ac1364a2de353a83b5cc +SIZE (mcweject-1.1.tar.xz) = 5728 Modified: head/sysutils/mcweject/files/pkg-message.in ============================================================================== --- head/sysutils/mcweject/files/pkg-message.in Sun Jun 29 11:01:09 2014 (r359756) +++ head/sysutils/mcweject/files/pkg-message.in Sun Jun 29 11:01:20 2014 (r359757) @@ -1,6 +1,6 @@ -=================================================================== +======================================================================== The file eject.allow has been installed in %%PREFIX%%/share/examples/. Copy this file to %%PREFIX%%/etc/eject.allow, and edit to reflect the devices you wish to be ejectable. -=================================================================== +======================================================================== Modified: head/sysutils/mcweject/pkg-descr ============================================================================== --- head/sysutils/mcweject/pkg-descr Sun Jun 29 11:01:09 2014 (r359756) +++ head/sysutils/mcweject/pkg-descr Sun Jun 29 11:01:20 2014 (r359757) @@ -1,4 +1 @@ -This is a port of eject, a command line utility for ejecting removable -media. - -WWW: http://www.neuro.mcw.edu/~bacon +Command line utility for ejecting removable media. Modified: head/sysutils/mcweject/pkg-plist ============================================================================== --- head/sysutils/mcweject/pkg-plist Sun Jun 29 11:01:09 2014 (r359756) +++ head/sysutils/mcweject/pkg-plist Sun Jun 29 11:01:20 2014 (r359757) @@ -1,6 +1,4 @@ man/man1/eject.1.gz -@mode 4511 sbin/eject -@mode %%EXAMPLESDIR%%/eject.allow @dirrmtry %%EXAMPLESDIR%%