diff options
Diffstat (limited to 'www/redmine60/Makefile')
-rw-r--r-- | www/redmine60/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/redmine60/Makefile b/www/redmine60/Makefile index 5a0a329afaaf..7dd52a612ead 100644 --- a/www/redmine60/Makefile +++ b/www/redmine60/Makefile @@ -1,5 +1,6 @@ PORTNAME= redmine -PORTVERSION= 6.0.5 +PORTVERSION= 6.0.6 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://www.redmine.org/releases/ PKGNAMESUFFIX= 60 @@ -90,7 +91,7 @@ post-extract: @${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample @${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample -Xpost-patch: +post-patch: @${RM} ${WRKSRC}/Gemfile.orig do-install: |