svn commit: r315710 - head/deskutils/strigi

Max Brazhnikov makc at FreeBSD.org
Wed Apr 3 15:42:38 UTC 2013


Author: makc
Date: Wed Apr  3 15:42:37 2013
New Revision: 315710
URL: http://svnweb.freebsd.org/changeset/ports/315710

Log:
  - Be precise in CONFLICTS_INSTALL, we want conflicts with strigi before split
    (<= 0.7.8_1) only
  
  Reported by:	cperciva
  Approved by:	portmgr (miwi)

Modified:
  head/deskutils/strigi/Makefile.common

Modified: head/deskutils/strigi/Makefile.common
==============================================================================
--- head/deskutils/strigi/Makefile.common	Wed Apr  3 14:14:42 2013	(r315709)
+++ head/deskutils/strigi/Makefile.common	Wed Apr  3 15:42:37 2013	(r315710)
@@ -6,7 +6,7 @@ DISTNAME=		strigi-${STRIGI_VERSION}
 DISTINFO_FILE=		${.CURDIR}/../strigi/distinfo
 DESCR=			${.CURDIR}/../strigi/pkg-descr
 
-CONFLICTS_INSTALL=	strigi-0.*
+CONFLICTS_INSTALL=	strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1
 
 USE_BZIP2=		yes
 USES+=			cmake:outsource


More information about the svn-ports-all mailing list