1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Switch MASTER_SITES to use new RG macro

PR:		ports/147046
Submitted by:	pgollucci
This commit is contained in:
Alexander Logvinov 2010-06-03 04:13:31 +00:00
parent 99574526be
commit 91fab18bcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255612

View File

@ -5,7 +5,7 @@
PORTNAME= bluecloth
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= http://www.deveiate.org/code/
MASTER_SITES= RG
DISTNAME= BlueCloth-${PORTVERSION}
MAINTAINER= avl@FreeBSD.org
@ -15,6 +15,6 @@ GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>