svn commit: r455057 - head/devel/rubygem-flipper010
Torsten Zuehlsdorff
tz at FreeBSD.org
Tue Nov 28 16:13:32 UTC 2017
Author: tz
Date: Tue Nov 28 16:13:30 2017
New Revision: 455057
URL: https://svnweb.freebsd.org/changeset/ports/455057
Log:
devel/rubygem-flipper010: add CONFLICTS_INSTALL
Also move USES before USE_RUBY
Submitted by: Matthias Fechner <idefix at fechner.net>
Modified:
head/devel/rubygem-flipper010/Makefile
Modified: head/devel/rubygem-flipper010/Makefile
==============================================================================
--- head/devel/rubygem-flipper010/Makefile Tue Nov 28 16:12:32 2017 (r455056)
+++ head/devel/rubygem-flipper010/Makefile Tue Nov 28 16:13:30 2017 (r455057)
@@ -13,10 +13,12 @@ COMMENT= Act of enabling/disabling features in your ap
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+CONFLICTS_INSTALL= rubygem-flipper
+
PORTSCOUT= limit:^0\.10\.
NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list