1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update the port to match the GEM name.

- Connect to the build

PR:             ports/133353
Submitted by:   Robert Gogolok <gogo@cs.uni-sb.de>
This commit is contained in:
Philip M. Gollucci 2009-04-29 01:58:22 +00:00
parent 4a3f58e912
commit 045248a283
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232936
2 changed files with 2 additions and 5 deletions

View File

@ -629,6 +629,7 @@
SUBDIR += ruby-xmms
SUBDIR += ruby-xmms2
SUBDIR += rubygem-mp3info
SUBDIR += rubygem-ruby-mp3info
SUBDIR += s3mod
SUBDIR += sbagen
SUBDIR += schism

View File

@ -5,13 +5,10 @@
# $FreeBSD$
#
PORTNAME= mp3info
PORTNAME= ruby-mp3info
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= audio rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby-${PORTNAME}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= tha_walka@hotmail.com
COMMENT= A Ruby library to access information on mp3 files
@ -19,6 +16,5 @@ COMMENT= A Ruby library to access information on mp3 files
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_NAME= ${DISTNAME}
.include <bsd.port.mk>