Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 21:56:18 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528450 - head/deskutils/simpleagenda
Message-ID:  <202003142156.02ELuIpf073573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 14 21:56:18 2020
New Revision: 528450
URL: https://svnweb.freebsd.org/changeset/ports/528450

Log:
  deskutils/simpleagenda: unbreak after r528448
  
  Pointy hat:	tcberner
  PR:		239167
  Submitted by:	lightside <lightside@gmx.com>

Modified:
  head/deskutils/simpleagenda/Makefile

Modified: head/deskutils/simpleagenda/Makefile
==============================================================================
--- head/deskutils/simpleagenda/Makefile	Sat Mar 14 21:22:31 2020	(r528449)
+++ head/deskutils/simpleagenda/Makefile	Sat Mar 14 21:56:18 2020	(r528450)
@@ -2,7 +2,7 @@
 
 PORTNAME=	simpleagenda
 PORTVERSION=	0.43
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://coyote.octets.fr/pub/gnustep/
 DISTNAME=	SimpleAgenda-${PORTVERSION}
@@ -10,7 +10,8 @@ DISTNAME=	SimpleAgenda-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	simple calendar and agenda application
 
-LIB_DEPENDS+=	libical.so:devel/libical
+LIB_DEPENDS+=	libical.so:devel/libical \
+		libuuid.so:misc/e2fsprogs-libuuid
 
 LICENSE=	GPLv2
 
@@ -23,6 +24,5 @@ CFLAGS+=	-I${LOCALBASE}/include
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
-	${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003142156.02ELuIpf073573>