diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2020-05-05 08:22:39 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2020-05-05 08:22:39 +0000 |
commit | 0f209a536c9697aee59ef3bfd5b54026b6d10d8e (patch) | |
tree | 1c2cb09e3b8fa8683f5ef748ad6835aa9787d1bf | |
parent | Update to 0.6.7 release. (diff) |
devel/dbus-tcl: unbreak by updating master site
Also, use gmake to build.
PR: 246165
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
-rw-r--r-- | devel/dbus-tcl/Makefile | 9 | ||||
-rw-r--r-- | devel/dbus-tcl/distinfo | 5 | ||||
-rw-r--r-- | devel/dbus-tcl/pkg-descr | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile index 1ca255ad169a..cf05042eff24 100644 --- a/devel/dbus-tcl/Makefile +++ b/devel/dbus-tcl/Makefile @@ -3,17 +3,14 @@ PORTNAME= dbus-tcl PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/dbus/${PORTVERSION}/ +MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/ DISTNAME= dbus-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl interface to the D-Bus messaging system -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - LICENSE= ISCL LIB_DEPENDS= libdbus-1.so:devel/dbus @@ -25,7 +22,7 @@ PORTDOCS= * TEST_TARGET= do-test -USES= pkgconfig tcl:tea +USES= gmake pkgconfig tcl:tea PLIST_FILES= lib/dbus/libdbus21.so.1 \ lib/dbus/pkgIndex.tcl \ diff --git a/devel/dbus-tcl/distinfo b/devel/dbus-tcl/distinfo index b4252a620d17..c7922772180b 100644 --- a/devel/dbus-tcl/distinfo +++ b/devel/dbus-tcl/distinfo @@ -1,2 +1,3 @@ -SHA256 (dbus-2.1.tar.gz) = 82c116cb7b70cdd7183e1054f2c52363aab7c608b5fb375dbb129f080734e2d0 -SIZE (dbus-2.1.tar.gz) = 173734 +TIMESTAMP = 1588663324 +SHA256 (dbus-2.1.tar.gz) = 03f5314d5ba334a498ca30dac492a88ba9300480a0c0a4d39231c54b21654bb8 +SIZE (dbus-2.1.tar.gz) = 159437 diff --git a/devel/dbus-tcl/pkg-descr b/devel/dbus-tcl/pkg-descr index a27d1dc95bd7..bbe24100a1a8 100644 --- a/devel/dbus-tcl/pkg-descr +++ b/devel/dbus-tcl/pkg-descr @@ -2,4 +2,4 @@ The DBus-Tcl project provides a Tcl interface to the dbus message bus system. It contains packages that allow Tcl programs to send and receive dbus signals, as well as invoke and respond to dbus method calls. -WWW: http://dbus-tcl.sf.net +http://chiselapp.com/user/schelte/repository/dbus/home |