1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Remove now included patch file

- Bump PORTREVISION

PR:             ports/148072
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)

Feature safe:   yes
This commit is contained in:
Philip M. Gollucci 2010-06-23 18:22:54 +00:00
parent c18edcc477
commit 990a779a54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256878
2 changed files with 1 additions and 15 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= innate
PORTVERSION= 2010.04
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -19,8 +20,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
@${PATCH} -p0 -d ${PREFIX}/${GEM_LIB_DIR} < ${PATCHDIR}/redirect.rb.patch
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -name "*.orig" -delete
.include <bsd.port.mk>

View File

@ -1,11 +0,0 @@
--- lib/innate/helper/redirect.rb.orig 2009-11-04 20:42:37.753852619 +0800
+++ lib/innate/helper/redirect.rb 2009-11-04 20:18:19.000000000 +0800
@@ -77,7 +77,7 @@
redirect(referer) unless referer_uri == request_uri
end
- redirect(fallback)
+ redirect(Innate.options.prefix + fallback)
end
alias redirect_referer redirect_referrer
end