From owner-svn-ports-head@FreeBSD.ORG Mon Oct 14 13:56:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1EF92C90; Mon, 14 Oct 2013 13:56:26 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B10729EB; Mon, 14 Oct 2013 13:56:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EDuPFC030363; Mon, 14 Oct 2013 13:56:25 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EDuPAs030360; Mon, 14 Oct 2013 13:56:25 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201310141356.r9EDuPAs030360@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Oct 2013 13:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330324 - head/x11-toolkits/tkdnd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 13:56:26 -0000 Author: gahr Date: Mon Oct 14 13:56:25 2013 New Revision: 330324 URL: http://svnweb.freebsd.org/changeset/ports/330324 Log: - Update to 2.6 - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org) - STAGE-clean Modified: head/x11-toolkits/tkdnd/Makefile (contents, props changed) head/x11-toolkits/tkdnd/distinfo (contents, props changed) head/x11-toolkits/tkdnd/pkg-plist (contents, props changed) Modified: head/x11-toolkits/tkdnd/Makefile ============================================================================== --- head/x11-toolkits/tkdnd/Makefile Mon Oct 14 13:55:13 2013 (r330323) +++ head/x11-toolkits/tkdnd/Makefile Mon Oct 14 13:56:25 2013 (r330324) @@ -2,40 +2,29 @@ # $FreeBSD$ PORTNAME= tkdnd -PORTVERSION= 1.0 -DISTVERSION= 1.0.20040304 -PORTREVISION= 3 +PORTVERSION= 2.6 CATEGORIES= x11-toolkits tk -MASTER_SITES= CENKES -# Distfile prepared from SourceForge CVS +MASTER_SITES= SF/${PORTNAME}/TkDND/TkDND%20${PORTVERSION}/ +DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org -COMMENT= Native drag and drop capabilities +MAINTAINER= tcltk@FreeBSD.org +COMMENT= Native drag and drop capabilities for Tk -USE_BZIP2= yes -USE_TK= yes +USES+= tk:85+ USE_XORG= x11 xext GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} --with-tkinclude=${TK_INCLUDEDIR} --enable-shared -CPPFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TCL_INCLUDEDIR}/generic +CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ + --with-tcl=${TCL_LIBDIR} \ + --with-tk=${TK_LIBDIR} \ + --with-tclinclude=${TCL_INCLUDEDIR} \ + --with-tkinclude=${TK_INCLUDEDIR} + TKPKG= ${PORTNAME}${PORTVERSION} PLIST_SUB= TKPKG=${TKPKG} USE_LDCONFIG= ${PREFIX}/lib/${TKPKG} -MANN= ${PORTNAME}.n - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -Ee '/^install:/s#install-doc##' -e 's#.*txt.*##' ${WRKSRC}/Makefile.in +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} post-install: - @${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0 - @${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${MANNPREFIX}/man/mann/${MANN} - -.include - -.if ${OSVERSION} >= 900000 -BROKEN= does not build -.endif + @${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${STAGEDIR}/${PREFIX}/man/mann/${MANN} -.include +.include Modified: head/x11-toolkits/tkdnd/distinfo ============================================================================== --- head/x11-toolkits/tkdnd/distinfo Mon Oct 14 13:55:13 2013 (r330323) +++ head/x11-toolkits/tkdnd/distinfo Mon Oct 14 13:56:25 2013 (r330324) @@ -1,2 +1,2 @@ -SHA256 (tkdnd-1.0.20040304.tar.bz2) = 3f4c6ffe89565456e2808000c441e669c7a3c315a5133382e0309140fe61dce8 -SIZE (tkdnd-1.0.20040304.tar.bz2) = 352734 +SHA256 (tkdnd2.6-src.tar.gz) = e3f499c62d1db2e9a4468791544c784eac727175e094aa06bfe7441dfb3f08e7 +SIZE (tkdnd2.6-src.tar.gz) = 180278 Modified: head/x11-toolkits/tkdnd/pkg-plist ============================================================================== --- head/x11-toolkits/tkdnd/pkg-plist Mon Oct 14 13:55:13 2013 (r330323) +++ head/x11-toolkits/tkdnd/pkg-plist Mon Oct 14 13:56:25 2013 (r330324) @@ -1,5 +1,9 @@ -lib/%%TKPKG%%/lib%%TKPKG%%.so -lib/%%TKPKG%%/lib%%TKPKG%%.so.0 +lib/%%TKPKG%%/libtkdnd.so.1 lib/%%TKPKG%%/pkgIndex.tcl lib/%%TKPKG%%/tkdnd.tcl +lib/%%TKPKG%%/tkdnd_compat.tcl +lib/%%TKPKG%%/tkdnd_macosx.tcl +lib/%%TKPKG%%/tkdnd_unix.tcl +lib/%%TKPKG%%/tkdnd_windows.tcl +man/mann/tkDND.n.gz @dirrm lib/%%TKPKG%%