svn commit: r371504 - in head/net-im: tox toxic toxic/files
Thierry Thomas
thierry at FreeBSD.org
Sun Oct 26 14:43:56 UTC 2014
Author: thierry
Date: Sun Oct 26 14:43:54 2014
New Revision: 371504
URL: https://svnweb.freebsd.org/changeset/ports/371504
QAT: https://qat.redports.org/buildarchive/r371504/
Log:
Refresh.
Added:
head/net-im/toxic/files/patch-cfg_targets_install.mk (contents, props changed)
Modified:
head/net-im/tox/Makefile
head/net-im/tox/distinfo
head/net-im/toxic/Makefile
head/net-im/toxic/distinfo
head/net-im/toxic/pkg-plist
Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile Sun Oct 26 13:32:59 2014 (r371503)
+++ head/net-im/tox/Makefile Sun Oct 26 14:43:54 2014 (r371504)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= toxcore
-PORTVERSION= 0.141012
-PORTREVISION= 1
+PORTVERSION= 0.141026
CATEGORIES= net-im net-p2p
MAINTAINER= thierry at FreeBSD.org
@@ -21,11 +20,11 @@ USE_GITHUB= yes
GH_ACCOUNT= irungentoo
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 0444ca1
+GH_COMMIT= 9c480ac
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
-CONFIGURE_ARGS= --enable-testing
+CONFIGURE_ARGS= --enable-tests
USES= libtool openal:soft pathfix pkgconfig
USE_SDL= yes
USE_LDCONFIG= yes
Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo Sun Oct 26 13:32:59 2014 (r371503)
+++ head/net-im/tox/distinfo Sun Oct 26 14:43:54 2014 (r371504)
@@ -1,2 +1,2 @@
-SHA256 (toxcore-0.141012.tar.gz) = 6b1ec20bc036ad63ca5633ccde4aa0e15109930d38f2618b4573fcb2a3bcd48e
-SIZE (toxcore-0.141012.tar.gz) = 333266
+SHA256 (toxcore-0.141026.tar.gz) = 169f7517f7c9569a5aeed8bf9976b204905e23e8f0b5292e1c4a60b6c46989ad
+SIZE (toxcore-0.141026.tar.gz) = 338782
Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile Sun Oct 26 13:32:59 2014 (r371503)
+++ head/net-im/toxic/Makefile Sun Oct 26 14:43:54 2014 (r371504)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.5.2.141012
+PORTVERSION= 0.5.2.141025
CATEGORIES= net-im
MAINTAINER= thierry at FreeBSD.org
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore
USE_GITHUB= yes
GH_ACCOUNT= tox
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= f7d46f1
+GH_COMMIT= e22b7a3
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
@@ -34,7 +34,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
SUB_FILES= pkg-message
-USES= ncurses openal:al,alut gmake pkgconfig
+USES= desktop-file-utils ncurses openal:al,alut gmake pkgconfig
.include <bsd.port.pre.mk>
@@ -44,10 +44,11 @@ LDFLAGS+= -B${LOCALBASE}/bin
.endif
pre-configure:
- ${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD --count)|${GH_COMMIT}|' \
+ ${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD.*$$|${GH_COMMIT}|' \
${WRKSRC}/cfg/global_vars.mk
post-install:
+ ${RM} ${STAGEDIR}${MANPREFIX}/man/man1/toxic.1-e ${STAGEDIR}${MANPREFIX}/man/man5/toxic.conf.5-e
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic
.include <bsd.port.post.mk>
Modified: head/net-im/toxic/distinfo
==============================================================================
--- head/net-im/toxic/distinfo Sun Oct 26 13:32:59 2014 (r371503)
+++ head/net-im/toxic/distinfo Sun Oct 26 14:43:54 2014 (r371504)
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.5.2.141012.tar.gz) = 34f7e541f4eb195b093b7424c10c7b5db2326da1d5c136223368156323cd6a1c
-SIZE (toxic-0.5.2.141012.tar.gz) = 1095642
+SHA256 (toxic-0.5.2.141025.tar.gz) = e69eaa2ec68d31fff942997b13fd8e1e1e7937b6e37d69ca61a31942aa350793
+SIZE (toxic-0.5.2.141025.tar.gz) = 1098702
Added: head/net-im/toxic/files/patch-cfg_targets_install.mk
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-im/toxic/files/patch-cfg_targets_install.mk Sun Oct 26 14:43:54 2014 (r371504)
@@ -0,0 +1,11 @@
+--- cfg/targets/install.mk.orig 2014-10-21 15:20:51.000000000 +0200
++++ cfg/targets/install.mk 2014-10-25 17:27:09.000000000 +0200
+@@ -23,7 +23,7 @@
+ @echo "Installing man pages"
+ @mkdir -p $(abspath $(DESTDIR)/$(MANDIR))
+ @for f in $(MANFILES) ; do \
+- if [ ! -e "$$f" ]; then \
++ if [ ! -e "$(DOC_DIR)/$$f" ]; then \
+ continue ;\
+ fi ;\
+ section=$(abspath $(DESTDIR)/$(MANDIR))/man`echo $$f | rev | cut -d "." -f 1` ;\
Modified: head/net-im/toxic/pkg-plist
==============================================================================
--- head/net-im/toxic/pkg-plist Sun Oct 26 13:32:59 2014 (r371503)
+++ head/net-im/toxic/pkg-plist Sun Oct 26 14:43:54 2014 (r371504)
@@ -1,8 +1,7 @@
bin/toxic
-man/man1/toxic.1-e.gz
man/man1/toxic.1.gz
-man/man5/toxic.conf.5-e.gz
man/man5/toxic.conf.5.gz
+share/applications/toxic.desktop
%%DATADIR%%/DHTnodes
%%DATADIR%%/DHTnodes-e
%%DATADIR%%/DNSservers
More information about the svn-ports-all
mailing list