Index: head/sysutils/mcweject/Makefile =================================================================== --- head/sysutils/mcweject/Makefile (revision 359756) +++ head/sysutils/mcweject/Makefile (revision 359757) @@ -1,16 +1,23 @@ # Created by: Jason Bacon # $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 Index: head/sysutils/mcweject/distinfo =================================================================== --- head/sysutils/mcweject/distinfo (revision 359756) +++ head/sysutils/mcweject/distinfo (revision 359757) @@ -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 Index: head/sysutils/mcweject/files/patch-Makefile =================================================================== --- head/sysutils/mcweject/files/patch-Makefile (revision 359756) +++ head/sysutils/mcweject/files/patch-Makefile (nonexistent) @@ -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 Property changes on: head/sysutils/mcweject/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/mcweject/files/pkg-message.in =================================================================== --- head/sysutils/mcweject/files/pkg-message.in (revision 359756) +++ head/sysutils/mcweject/files/pkg-message.in (revision 359757) @@ -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. -=================================================================== +======================================================================== Index: head/sysutils/mcweject/pkg-descr =================================================================== --- head/sysutils/mcweject/pkg-descr (revision 359756) +++ head/sysutils/mcweject/pkg-descr (revision 359757) @@ -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. Index: head/sysutils/mcweject/pkg-plist =================================================================== --- head/sysutils/mcweject/pkg-plist (revision 359756) +++ head/sysutils/mcweject/pkg-plist (revision 359757) @@ -1,6 +1,4 @@ man/man1/eject.1.gz -@mode 4511 sbin/eject -@mode %%EXAMPLESDIR%%/eject.allow @dirrmtry %%EXAMPLESDIR%%