svn commit: r318810 - head/textproc/rubygem-augeas

Steve Wills swills at FreeBSD.org
Thu May 23 01:44:31 UTC 2013


Author: swills
Date: Thu May 23 01:44:30 2013
New Revision: 318810
URL: http://svnweb.freebsd.org/changeset/ports/318810

Log:
  - Remove lib version, it's not needed and breaks things
  - Trim header while here

Modified:
  head/textproc/rubygem-augeas/Makefile   (contents, props changed)

Modified: head/textproc/rubygem-augeas/Makefile
==============================================================================
--- head/textproc/rubygem-augeas/Makefile	Thu May 23 00:37:49 2013	(r318809)
+++ head/textproc/rubygem-augeas/Makefile	Thu May 23 01:44:30 2013	(r318810)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  textproc/rubygem-augeas
-# Date created:			  19 May 2010
-# Whom:				  Russell Jackson <raj at csub.edu>
-#
+# Whom: Russell Jackson <raj at csub.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	ruby-augeas
 PORTVERSION=	0.4.1
@@ -13,7 +9,7 @@ MASTER_SITES=	http://augeas.net/download
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby bindings for Augeas
 
-LIB_DEPENDS=	augeas.15:${PORTSDIR}/textproc/augeas
+LIB_DEPENDS=	augeas:${PORTSDIR}/textproc/augeas
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list