summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-06-05 19:31:30 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-06-05 19:31:30 +0000
commitd1982c6d7787c4271dcbc087ff5782edf4291f9d (patch)
treef610024dd387503b8061a234374155a99f42a3cb
parentUpgrade to 3.4.4. (diff)
- Deprecate in favor of devel/roboctl.
- Set to expire in one month. - Update maintainer address. - Fix blank line at end of pkg-descr. PR: ports/135284 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Notes
Notes: svn path=/head/; revision=235225
-rw-r--r--devel/linxt/Makefile5
-rw-r--r--devel/linxt/pkg-descr1
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/linxt/Makefile b/devel/linxt/Makefile
index 2ed1dab49bc1..ebe302e3f918 100644
--- a/devel/linxt/Makefile
+++ b/devel/linxt/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel comms
MASTER_SITES= SF \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
-MAINTAINER= bacon@smithers.neuro.mcw.edu
+MAINTAINER= jwbacon@tds.net
COMMENT= Perl script for controlling Lego NXT brick
RUN_DEPENDS= ${SITE_PERL}/mach/Device/USB.pm:${PORTSDIR}/devel/p5-usb
@@ -19,6 +19,9 @@ RUN_DEPENDS= ${SITE_PERL}/mach/Device/USB.pm:${PORTSDIR}/devel/p5-usb
NO_BUILD= yes
USE_PERL5= yes
+DEPRECATED= Use devel/roboctl instead.
+EXPIRATION_DATE= 2009-07-05
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/linxt ${PREFIX}/bin
@${ECHO_CMD}
diff --git a/devel/linxt/pkg-descr b/devel/linxt/pkg-descr
index 60dfb680a759..67013e362654 100644
--- a/devel/linxt/pkg-descr
+++ b/devel/linxt/pkg-descr
@@ -3,4 +3,3 @@ with the Lego Mindstorms Robotics NXT brick. It can be used to
query the brick for information like firmware version, battery
level, etc. and also to upload robotics programs compiled with
NBC/NXC.
-