svn commit: r559735 - in head: editors/xed print/xreader

Antoine Brodin antoine at FreeBSD.org
Thu Dec 31 13:06:28 UTC 2020


Author: antoine
Date: Thu Dec 31 13:06:27 2020
New Revision: 559735
URL: https://svnweb.freebsd.org/changeset/ports/559735

Log:
  Unbreak INDEX

Modified:
  head/editors/xed/Makefile
  head/print/xreader/Makefile

Modified: head/editors/xed/Makefile
==============================================================================
--- head/editors/xed/Makefile	Thu Dec 31 13:02:14 2020	(r559734)
+++ head/editors/xed/Makefile	Thu Dec 31 13:06:27 2020	(r559735)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xed
 PORTVERSION=	2.6.2
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -15,7 +16,7 @@ PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
 BUILD_DEPENDS=	intltool-merge:textproc/intltool \
 		itstool:textproc/itstool
 LIB_DEPENDS=	libpeas-1.0.so:devel/libpeas \
-		libxapp.so:x11/xapps
+		libxapp.so:x11/xapp
 RUN_DEPENDS=	${LOCALBASE}/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml:devel/gsettings-desktop-schemas
 
 USES=		compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \

Modified: head/print/xreader/Makefile
==============================================================================
--- head/print/xreader/Makefile	Thu Dec 31 13:02:14 2020	(r559734)
+++ head/print/xreader/Makefile	Thu Dec 31 13:06:27 2020	(r559735)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xreader
 PORTVERSION=	2.6.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE=	GPLv2+
 PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
 
 BUILD_DEPENDS=	intltool-merge:textproc/intltool
-LIB_DEPENDS=	libxapp.so:x11/xapps
+LIB_DEPENDS=	libxapp.so:x11/xapp
 
 USES=		desktop-file-utils gettext-tools gnome meson pkgconfig xorg
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list