diff options
Diffstat (limited to 'www/rubygem-actionwebservice/Makefile')
-rw-r--r-- | www/rubygem-actionwebservice/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/rubygem-actionwebservice/Makefile b/www/rubygem-actionwebservice/Makefile index 7e425dd8ca3a..4eb466a8cde2 100644 --- a/www/rubygem-actionwebservice/Makefile +++ b/www/rubygem-actionwebservice/Makefile @@ -1,18 +1,18 @@ # Ports collection makefile for: rubygem-actionwebservice # Date created: 27 May 2005 -# Whom: Jonathan Weiss (<jw@innerewut.net>) +# Whom: Jonathan Weiss (<jw@innerewut.de>) # # $FreeBSD$ PORTNAME= actionwebservice -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.1 CATEGORIES= www ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/4155/ +MASTER_SITES= http://rubyforge.org/frs/download.php/5172/ -MAINTAINER= jw@innerewut.net +MAINTAINER= jw@innerewut.de COMMENT= Simple support for publishing Web Service APIs for Rails applications -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.8.1.gemspec:${PORTSDIR}/www/rubygem-actionpack +BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.9.1.gemspec:${PORTSDIR}/www/rubygem-actionpack RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> |