Update port to 0.3.28.
Make this port depend on wish-8.3 instead of wish-8.2. Reorder pkg-plist.
This commit is contained in:
parent
c4c7e89e88
commit
33be35ac75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45300
@ -6,18 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= tkmoo
|
||||
PORTVERSION= 0.3.23
|
||||
CATEGORIES= games tk82
|
||||
PORTVERSION= 0.3.28
|
||||
CATEGORIES= games tk83
|
||||
MASTER_SITES= http://www.awns.com/tkMOO-light/Source/
|
||||
DISTNAME= tkMOO-light-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${WISH82}:${PORTSDIR}/x11-toolkits/tk82
|
||||
RUN_DEPENDS= ${WISH83}:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
WISH82?= ${LOCALBASE}/bin/wish8.2
|
||||
WISH83?= ${LOCALBASE}/bin/wish8.3
|
||||
MAKE_ENV+= TKMOO_LIB_DIR="${PREFIX}/share/tkmoo" \
|
||||
TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.2="${WISH82}"
|
||||
TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH83}"
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/tkmoo/plugins
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tkMOO-light-0.3.23.tar.gz) = 9b62844ff7422b2497d0024ab4261ead
|
||||
MD5 (tkMOO-light-0.3.28.tar.gz) = 4eb9d0c37836ac2f9f98e98501bff066
|
||||
|
@ -18,8 +18,8 @@
|
||||
WISH4.2 = /usr/local/bin/wish4.2
|
||||
-WISH8.0 = /usr/local/bin/wish8.0
|
||||
-WISH = $(WISH8.0)
|
||||
+WISH8.2 ?= /usr/local/bin/wish8.2
|
||||
+WISH = $(WISH8.2)
|
||||
+WISH8.3 ?= /usr/local/bin/wish8.3
|
||||
+WISH = $(WISH8.3)
|
||||
|
||||
# ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE ---------------
|
||||
|
||||
|
@ -1,9 +1,15 @@
|
||||
bin/tkmoo
|
||||
share/tkmoo/plugins/ansi.tcl
|
||||
share/tkmoo/plugins/simpleedit.tcl
|
||||
share/tkmoo/plugins/cmdcomplete.tcl
|
||||
share/tkmoo/plugins/displayurl.tcl
|
||||
share/tkmoo/plugins/mcp21.tcl
|
||||
share/tkmoo/plugins/message.tcl
|
||||
share/tkmoo/plugins/rehash.tcl
|
||||
share/tkmoo/plugins/search_macro.tcl
|
||||
share/tkmoo/plugins/serverinfo.tcl
|
||||
share/tkmoo/plugins/simpleedit.tcl
|
||||
share/tkmoo/plugins/status.tcl
|
||||
share/tkmoo/plugins/url_trigger.tcl
|
||||
share/tkmoo/plugins/webbrowser.tcl
|
||||
@dirrm share/tkmoo/plugins
|
||||
@dirrm share/tkmoo
|
||||
|
Loading…
Reference in New Issue
Block a user