Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 12:54:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393302 - head/deskutils/osmo
Message-ID:  <201507311254.t6VCsXar018221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 31 12:54:33 2015
New Revision: 393302
URL: https://svnweb.freebsd.org/changeset/ports/393302

Log:
  - Add LICENSE_FILE
  - Switch to USES=libarchive

Modified:
  head/deskutils/osmo/Makefile

Modified: head/deskutils/osmo/Makefile
==============================================================================
--- head/deskutils/osmo/Makefile	Fri Jul 31 12:29:47 2015	(r393301)
+++ head/deskutils/osmo/Makefile	Fri Jul 31 12:54:33 2015	(r393302)
@@ -3,6 +3,7 @@
 
 PORTNAME=	osmo
 PORTVERSION=	0.2.12
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}
 
@@ -10,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Personal organizer
 
 LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libical.so:${PORTSDIR}/devel/libical \
 		libnotify.so:${PORTSDIR}/devel/libnotify \
@@ -17,11 +19,10 @@ LIB_DEPENDS=	libical.so:${PORTSDIR}/deve
 		libgtkspell.so:${PORTSDIR}/textproc/gtkspell \
 		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
 
-USES=		gettext gmake pkgconfig
+USES=		gettext gmake libarchive pkgconfig
 USE_GNOME=	gtk20 libxml2
 USE_SQLITE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBARCHIVE_CFLAGS=" " LIBARCHIVE_LIBS="-larchive"
 INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include



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