diff options
author | danfe <danfe@FreeBSD.org> | 2014-04-08 16:11:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-04-08 16:11:39 +0800 |
commit | 7d9db3d1200a0f738cdeca687f6084a51c67c275 (patch) | |
tree | f99260e6064624a0905f2b507287f07b8ee56c19 /graphics | |
parent | 9e7d2bb6e681bd250a8b5c72d55822af1acd1806 (diff) | |
download | freebsd-ports-gnome-7d9db3d1200a0f738cdeca687f6084a51c67c275.tar.gz freebsd-ports-gnome-7d9db3d1200a0f738cdeca687f6084a51c67c275.tar.zst freebsd-ports-gnome-7d9db3d1200a0f738cdeca687f6084a51c67c275.zip |
Release maintainership. There is new version available, 0.5.4, but it does
not work, exiting with "Trace/BPT trap" error on startup and dumping core.
Our devd(8) support patch was submitted upstream in July 2013 and generally
welcomed by the author, but he has a slight preference for GIO's GSocket +
GUnixSocketAddress APIs, and I never had time to rewrite the patch. After
showering my camera with waters of Gulf of Thailand, it is unlikely that I
will need to use this port any time soon, so let it go for the moment.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/entangle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index e33a2081d544..dc0c204d51c1 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= entangle +# [Non-working] update to 0.5.4: http://people.freebsd.org/~danfe/entangle.diff PORTREVISION= 1 DISTVERSION= 0.5.3 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Digital camera tethered control and capture program LICENSE= GPLv3 |