mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- update to 2.1.0
- handle shlibs correctly - add a PLIST_SUB for the version PR: 31874 Submitted by: maintainer (partially)
This commit is contained in:
parent
18beb9b9c0
commit
6cca2e1afc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50288
@ -6,16 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= tclreadline
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel tcl80 tcl82
|
||||
MASTER_SITES= ftp://tclreadline.sourceforge.net/pub/tclreadline/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tclreadline
|
||||
|
||||
MAINTAINER= darius@dons.net.au
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
MANN= tclreadline.n
|
||||
|
||||
PLIST_SUB+= VERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (!defined(WITH_TCL80) && !defined(WITH_TCL82))
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tclreadline-1.0.3.tar.gz) = 05691f508696d54a407003e41548179a
|
||||
MD5 (tclreadline-2.1.0.tar.gz) = 8bb15a3c061ebbce3f7e44453a59ee0d
|
||||
|
@ -1,7 +1,9 @@
|
||||
lib/tclreadline1.0/libtclreadline1.0.so
|
||||
lib/tclreadline1.0/pkgIndex.tcl
|
||||
lib/tclreadline1.0/tclreadlineCompleter.tcl
|
||||
lib/tclreadline1.0/tclreadlineConfig.sh
|
||||
lib/tclreadline1.0/tclreadlineInit.tcl
|
||||
lib/tclreadline1.0/tclreadlineSetup.tcl
|
||||
@dirrm lib/tclreadline1.0
|
||||
include/tclreadline.h
|
||||
lib/libtclreadline-%%VERSION%%.so
|
||||
lib/libtclreadline.a
|
||||
lib/libtclreadline.so
|
||||
lib/tclreadline%%VERSION%%/pkgIndex.tcl
|
||||
lib/tclreadline%%VERSION%%/tclreadlineCompleter.tcl
|
||||
lib/tclreadline%%VERSION%%/tclreadlineInit.tcl
|
||||
lib/tclreadline%%VERSION%%/tclreadlineSetup.tcl
|
||||
@dirrm lib/tclreadline%%VERSION%%
|
||||
|
Loading…
Reference in New Issue
Block a user