diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-12-01 11:03:43 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-12-01 11:03:43 +0000 |
commit | 7d02b1d89db6f27855f927a0944e4a3789eddd45 (patch) | |
tree | 378a9ecbaa36400033f2a22854644a32ad83ba9c /www/gitlab/Makefile | |
parent | a2c92250ded49edbb44c2e4d00ee6601410cd987 (diff) | |
download | ports-7d02b1d89db6f27855f927a0944e4a3789eddd45.tar.gz ports-7d02b1d89db6f27855f927a0944e4a3789eddd45.zip |
Notes
Diffstat (limited to 'www/gitlab/Makefile')
-rw-r--r-- | www/gitlab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 5e7157dea555..e6952ba609e2 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -3,6 +3,7 @@ PORTNAME= gitlab PORTVERSION= 10.1.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -222,7 +223,6 @@ post-patch-MYSQL-off: ${REINPLACE_CMD} -e "/gem 'peek-mysql2'/d" ${WRKSRC}/Gemfile post-patch-PGSQL-on: - ${REINPLACE_CMD} -e "/gem 'pg'/d" ${WRKSRC}/Gemfile ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample post-patch-PGSQL-off: |