pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gitea: A couple fixes



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Fri Mar 1 00:49:02 2019 +0000
Changeset:	71df873902b5045283a3a9865c8b9457820a2438

Modified Files:
	gitea/Makefile
	gitea/distinfo
	gitea/options.mk

Log Message:
gitea: A couple fixes

- Fix config variable name
- Remove pam option until I figure out how to correctly
  do options.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71df873902b5045283a3a9865c8b9457820a2438

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gitea/Makefile   | 2 +-
 gitea/distinfo   | 2 +-
 gitea/options.mk | 6 +-----
 3 files changed, 3 insertions(+), 7 deletions(-)

diffs:
diff --git a/gitea/Makefile b/gitea/Makefile
index ee5d6cb8d2..5be39f8924 100644
--- a/gitea/Makefile
+++ b/gitea/Makefile
@@ -25,7 +25,7 @@ EGDIR=		${PREFIX}/share/examples/gitea
 
 OWN_DIRS_PERMS+=	${VARBASE}/log/gitea ${GITEA_USER} ${GITEA_GROUP} 0755
 OWN_DIRS_PERMS+=	${VARBASE}/db/gitea ${GITEA_USER} ${GITEA_GROUP} 0755
-OWN_DIRS_PERMS+=	${PKGSYSCONFDIR}/conf ${GITEA_USER} ${GITEA_GROUP} 0755
+OWN_DIRS_PERMS+=	${PKG_SYSCONFDIR}/conf ${GITEA_USER} ${GITEA_GROUP} 0755
 
 .include "../../mk/bsd.prefs.mk"
 
diff --git a/gitea/distinfo b/gitea/distinfo
index 49dc1c5389..6d7f970164 100644
--- a/gitea/distinfo
+++ b/gitea/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 01:08:30 gavan Exp $
+$NetBSD$
 
 SHA1 (gitea-1.7.2.tar.gz) = 10ee1404e66d731ebccc1114935f3afdabb6e219
 RMD160 (gitea-1.7.2.tar.gz) = f549a0528dde4444de674d0c278e73a1a99a48fe
diff --git a/gitea/options.mk b/gitea/options.mk
index 77ee385dee..80a7276c75 100644
--- a/gitea/options.mk
+++ b/gitea/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.gitea
-PKG_SUPPORTED_OPTIONS=	sqlite pam
+PKG_SUPPORTED_OPTIONS=	sqlite
 PKG_SUGGESTED_OPTIONS=	sqlite
 
 .include "../../mk/bsd.options.mk"
@@ -9,7 +9,3 @@ PKG_SUGGESTED_OPTIONS=	sqlite
 .if !empty(PKG_OPTIONS:Msqlite)
 GO_TAGS+=	sqlite
 .endif
-
-.if !empty(PKG_OPTIONS:Mpam)
-GO_TAGS+=	pam
-.endif


Home | Main Index | Thread Index | Old Index