aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcweject
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-06-29 11:01:20 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-06-29 11:01:20 +0000
commit87d751f34181d3e48c3385a6803fe789ee9cdc47 (patch)
treea5e3c35ccb7e6fd34e3b7a279722200cd7b13af9 /sysutils/mcweject
parentbbcaf346278106c15fc18842546672e234de37cd (diff)
downloadports-87d751f34181d3e48c3385a6803fe789ee9cdc47.tar.gz
ports-87d751f34181d3e48c3385a6803fe789ee9cdc47.zip
- Update to 1.1.
- Set LICENSE. PR: 191460 Submitted by: jwbacon@tds.net (maintainer)
Notes
Notes: svn path=/head/; revision=359757
Diffstat (limited to 'sysutils/mcweject')
-rw-r--r--sysutils/mcweject/Makefile15
-rw-r--r--sysutils/mcweject/distinfo4
-rw-r--r--sysutils/mcweject/files/patch-Makefile19
-rw-r--r--sysutils/mcweject/files/pkg-message.in4
-rw-r--r--sysutils/mcweject/pkg-descr5
-rw-r--r--sysutils/mcweject/pkg-plist2
6 files changed, 16 insertions, 33 deletions
diff --git a/sysutils/mcweject/Makefile b/sysutils/mcweject/Makefile
index 16f79f438337..cd2fcd98c83c 100644
--- a/sysutils/mcweject/Makefile
+++ b/sysutils/mcweject/Makefile
@@ -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 <bsd.port.mk>
diff --git a/sysutils/mcweject/distinfo b/sysutils/mcweject/distinfo
index 956f00da9845..0ecfbd370622 100644
--- a/sysutils/mcweject/distinfo
+++ b/sysutils/mcweject/distinfo
@@ -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
diff --git a/sysutils/mcweject/files/patch-Makefile b/sysutils/mcweject/files/patch-Makefile
deleted file mode 100644
index 8f65c9c4677c..000000000000
--- a/sysutils/mcweject/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig 2014-06-27 21:40:12.377893504 +0800
-+++ Makefile 2014-06-27 21:40:47.338913495 +0800
-@@ -13,11 +13,11 @@ eject.o: eject.c eject.h protos.h Mak
- $(CC) -c $(CFLAGS) eject.c
-
- install: eject
-- mkdir -p ${PREFIX}/share/examples/mcweject
-- install -c -o root -g wheel -m 444 \
-- eject.allow ${PREFIX}/share/examples/mcweject
-- install -c -o root -g wheel -m 4511 eject ${PREFIX}/sbin
-- install -c -o root -g wheel -m 444 eject.1 ${PREFIX}/man/man1
-+ mkdir -p $(DESTDIR)${PREFIX}/share/examples/mcweject
-+ install -c -o root -g wheel \
-+ eject.allow $(DESTDIR)${PREFIX}/share/examples/mcweject
-+ install -c -o root -g wheel eject $(DESTDIR)${PREFIX}/sbin
-+ install -c -o root -g wheel eject.1 $(DESTDIR)${PREFIX}/man/man1
-
- reallyclean: clean
- rm -f .*.bak
diff --git a/sysutils/mcweject/files/pkg-message.in b/sysutils/mcweject/files/pkg-message.in
index fb1bc7628b07..bba35f963ae1 100644
--- a/sysutils/mcweject/files/pkg-message.in
+++ b/sysutils/mcweject/files/pkg-message.in
@@ -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.
-===================================================================
+========================================================================
diff --git a/sysutils/mcweject/pkg-descr b/sysutils/mcweject/pkg-descr
index 865fcbb72a25..e2b8e2d1cb60 100644
--- a/sysutils/mcweject/pkg-descr
+++ b/sysutils/mcweject/pkg-descr
@@ -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.
diff --git a/sysutils/mcweject/pkg-plist b/sysutils/mcweject/pkg-plist
index fcd392194c4f..a15b12219776 100644
--- a/sysutils/mcweject/pkg-plist
+++ b/sysutils/mcweject/pkg-plist
@@ -1,6 +1,4 @@
man/man1/eject.1.gz
-@mode 4511
sbin/eject
-@mode
%%EXAMPLESDIR%%/eject.allow
@dirrmtry %%EXAMPLESDIR%%