svn commit: r319454 - head/www/rubygem-addressable22

Steve Wills swills at FreeBSD.org
Fri May 31 01:06:54 UTC 2013


Author: swills
Date: Fri May 31 01:06:54 2013
New Revision: 319454
URL: http://svnweb.freebsd.org/changeset/ports/319454

Log:
  - Fix duplicate latest link
  - Trim header while here

Modified:
  head/www/rubygem-addressable22/Makefile

Modified: head/www/rubygem-addressable22/Makefile
==============================================================================
--- head/www/rubygem-addressable22/Makefile	Thu May 30 21:32:54 2013	(r319453)
+++ head/www/rubygem-addressable22/Makefile	Fri May 31 01:06:54 2013	(r319454)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	rubygem-addressable
-# Date created:				01 March 2009
 # Whom:					Martin Wilke <miwi at FreeBSD.org>
-#
 # $FreeBSD$
 
 PORTNAME=	addressable
@@ -12,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	A replacement for the URI implementation
 
+NO_LATEST_LINK=	yes
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list