svn commit: r359757 - in head/sysutils/mcweject: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jun 29 11:01:22 UTC 2014
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 at 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 at 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 <bsd.port.mk>
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
- at mode 4511
sbin/eject
- at mode
%%EXAMPLESDIR%%/eject.allow
@dirrmtry %%EXAMPLESDIR%%
More information about the svn-ports-all
mailing list