Date: Tue, 29 Oct 2013 14:36:04 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331954 - in head: devel/rubygem-sequel3 mail/rubygem-larch Message-ID: <201310291436.r9TEa4C6000402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Oct 29 14:36:04 2013 New Revision: 331954 URL: http://svnweb.freebsd.org/changeset/ports/331954 Log: - Add PKGNAMESUFFIX to devel/rubygem-sequel3 fix package name collision with devel/rubygem-sequel - Update rubygem-larch for new package name of rubygem-sequel3 Modified: head/devel/rubygem-sequel3/Makefile head/mail/rubygem-larch/Makefile Modified: head/devel/rubygem-sequel3/Makefile ============================================================================== --- head/devel/rubygem-sequel3/Makefile Tue Oct 29 14:32:08 2013 (r331953) +++ head/devel/rubygem-sequel3/Makefile Tue Oct 29 14:36:04 2013 (r331954) @@ -20,5 +20,7 @@ RUBYGEM_AUTOPLIST=yes PLIST_FILES= bin/sequel +PKGNAMESUFFIX= 3 + NO_STAGE= yes .include <bsd.port.mk> Modified: head/mail/rubygem-larch/Makefile ============================================================================== --- head/mail/rubygem-larch/Makefile Tue Oct 29 14:32:08 2013 (r331953) +++ head/mail/rubygem-larch/Makefile Tue Oct 29 14:36:04 2013 (r331954) @@ -10,7 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Larch copies messages from one IMAP server to another RUN_DEPENDS= rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \ - rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \ + rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \ rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291436.r9TEa4C6000402>