diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-02 18:49:38 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-02 18:49:38 +0000 |
commit | bf7b926f67558aacccdc688a8f9acdc3d60808a6 (patch) | |
tree | cf5c5af15bd661f036893a8501de2be334cb8a6d /misc/ruby-vpim/Makefile | |
parent | 98d2a6cfde059915408b37b65b535611a6d8bf5c (diff) |
- Update to 0.695
PR: ports/153395
Submitted by: pgollucci
Approved by: maintainer timeout (10 months)
Notes
Notes:
svn path=/head/; revision=282818
Diffstat (limited to 'misc/ruby-vpim/Makefile')
-rw-r--r-- | misc/ruby-vpim/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/ruby-vpim/Makefile b/misc/ruby-vpim/Makefile index 55428dc40b6c..8710ddb24be2 100644 --- a/misc/ruby-vpim/Makefile +++ b/misc/ruby-vpim/Makefile @@ -6,10 +6,9 @@ # PORTNAME= vpim -PORTVERSION= 0.360 +PORTVERSION= 0.695 CATEGORIES= misc ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby @@ -19,6 +18,5 @@ COMMENT= vCard and iCalendar support for ruby USE_RUBY= yes USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb .include <bsd.port.mk> |