svn commit: r390448 - head/databases/rubygem-sqlite3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 23 20:26:24 UTC 2015


Author: sunpoet
Date: Tue Jun 23 20:26:23 2015
New Revision: 390448
URL: https://svnweb.freebsd.org/changeset/ports/390448

Log:
  - Cleanup Makefile: remove PORTREVISION and GEM_NAME

Modified:
  head/databases/rubygem-sqlite3/Makefile

Modified: head/databases/rubygem-sqlite3/Makefile
==============================================================================
--- head/databases/rubygem-sqlite3/Makefile	Tue Jun 23 20:05:20 2015	(r390447)
+++ head/databases/rubygem-sqlite3/Makefile	Tue Jun 23 20:26:23 2015	(r390448)
@@ -3,7 +3,6 @@
 
 PORTNAME=	sqlite3
 PORTVERSION=	1.3.10
-PORTREVISION=	0
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -16,7 +15,6 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${P
 LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 CONFIGURE_ARGS=	--with-sqlite3-dir=${LOCALBASE}
-GEM_NAME=	${DISTNAME}
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list