svn commit: r345853 - head/textproc/amberfish

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 24 14:34:19 UTC 2014


Author: bapt
Date: Mon Feb 24 14:34:18 2014
New Revision: 345853
URL: http://svnweb.freebsd.org/changeset/ports/345853
QAT: https://qat.redports.org/buildarchive/r345853/

Log:
  Use xerces-c3 instead of xerces-c2

Modified:
  head/textproc/amberfish/Makefile

Modified: head/textproc/amberfish/Makefile
==============================================================================
--- head/textproc/amberfish/Makefile	Mon Feb 24 14:33:13 2014	(r345852)
+++ head/textproc/amberfish/Makefile	Mon Feb 24 14:34:18 2014	(r345853)
@@ -3,6 +3,7 @@
 
 PORTNAME=	amberfish
 PORTVERSION=	1.6.4
+PORTREVISION=	1
 CATEGORIES=	textproc databases
 MASTER_SITES=	SF/${PORTNAME}/Amberfish%20source%20-%20stable/${PORTVERSION}	\
 		http://etymon.com/software/amberfish/stable/
@@ -10,7 +11,7 @@ MASTER_SITES=	SF/${PORTNAME}/Amberfish%2
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	General purpose text retrieval Software
 
-LIB_DEPENDS=	libxerces-c.so.27:${PORTSDIR}/textproc/xerces-c2
+LIB_DEPENDS=	libxerces-c.so:${PORTSDIR}/textproc/xerces-c3
 
 USES=		gmake
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list