svn commit: r365451 - head/textproc/scim-openvanilla

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 20 12:31:54 UTC 2014


Author: amdmi3
Date: Wed Aug 20 12:31:53 2014
New Revision: 365451
URL: http://svnweb.freebsd.org/changeset/ports/365451
QAT: https://qat.redports.org/buildarchive/r365451/

Log:
  - Switch to USES=libtool
  - Stagify

Modified:
  head/textproc/scim-openvanilla/Makefile

Modified: head/textproc/scim-openvanilla/Makefile
==============================================================================
--- head/textproc/scim-openvanilla/Makefile	Wed Aug 20 12:28:29 2014	(r365450)
+++ head/textproc/scim-openvanilla/Makefile	Wed Aug 20 12:31:53 2014	(r365451)
@@ -3,10 +3,9 @@
 
 PORTNAME=	scim-openvanilla
 PORTVERSION=	0.7.2.20070514
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	rafan
+MASTER_SITES=	LOCAL/rafan
 DISTNAME=	openvanilla-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
@@ -19,7 +18,7 @@ LIB_DEPENDS=	libexpat.so:${PORTSDIR}/tex
 
 USE_AUTOTOOLS=	libltdl
 WRKSRC=		${WRKDIR}/${DISTNAME}/Loaders/SCIM
-USES=		pkgconfig gettext iconv gmake
+USES=		pkgconfig gettext iconv gmake libtool:keepla
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	OV_MODULEDIR=${PREFIX}/lib/openvanilla/
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -28,5 +27,4 @@ PLIST_FILES=	lib/scim-1.0/1.4.0/IMEngine
 		lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la	\
 		lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list