svn commit: r393302 - head/deskutils/osmo

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 31 12:54:34 UTC 2015


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 at 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


More information about the svn-ports-all mailing list