Index: branches/2019Q1/www/gitea/Makefile =================================================================== --- branches/2019Q1/www/gitea/Makefile (revision 496334) +++ branches/2019Q1/www/gitea/Makefile (revision 496335) @@ -1,71 +1,71 @@ # Created by: Stefan Bethke # $FreeBSD$ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.4 CATEGORIES= www MAINTAINER= stb@lassitu.de COMMENT= Compact self-hosted Git service LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go USE_GITHUB= yes GH_ACCOUNT= go-gitea GO_PKGNAME= code.gitea.io/${PORTNAME} GO_TARGET= -tags "${GO_TAGS}" USE_RC_SUBR= gitea SUB_FILES+= app.ini.sample SUB_LIST+= GITUSER=${USERS} USERS= git GROUPS= git OPTIONS_DEFINE= CERT PAM SQLITE CERT_DESC= Automatic creation of self-signed certificates PAM_DESC= Authentication using PAM OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CERT_VARS= GO_TAGS+=cert PAM_VARS= GO_TAGS+=pam SQLITE_VARS= GO_TAGS+="sqlite sqlite_unlock_notify" .include .if ${OPSYS} == FreeBSD DAEMONARGS= -S -l \$${gitea_facility} -s \$${gitea_priority} -T \$${name} .else DAEMONARGS= -f .endif SUB_LIST+= DAEMONARGS="${DAEMONARGS}" post-patch: # Gitea releases don't supply the release version number; the # automatic method to obtain the version number in the Gitea build # system only works when sources are checked out from git. # See https://github.com/go-gitea/gitea/issues/1136#issuecomment-311622745 @${SED} -Ei .orig \ -e 's#^(var Version = )"[^"]+"#\1"${PORTVERSION}"#' \ ${GO_WRKSRC}/main.go do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${ETCDIR}/conf ${INSTALL_DATA} ${WRKDIR}/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.sample ${INSTALL_DATA} ${GO_WRKSRC}/custom/conf/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults cd ${GO_WRKSRC} && ${COPYTREE_SHARE} "options public templates" ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/${PORTNAME} @${MKDIR} ${STAGEDIR}${DESTDIR}/var/log/${PORTNAME} @${MKDIR} ${STAGEDIR}${DESTDIR}/var/run/${PORTNAME} .include Index: branches/2019Q1/www/gitea/distinfo =================================================================== --- branches/2019Q1/www/gitea/distinfo (revision 496334) +++ branches/2019Q1/www/gitea/distinfo (revision 496335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549066949 -SHA256 (go-gitea-gitea-v1.7.1_GH0.tar.gz) = 7a28bac36cf06e1a90c2df692256a79d29cc6e652aa89f4c77833b9a8481a541 -SIZE (go-gitea-gitea-v1.7.1_GH0.tar.gz) = 20834721 +TIMESTAMP = 1553081281 +SHA256 (go-gitea-gitea-v1.7.4_GH0.tar.gz) = 89c43b7eb1cc9eb4ece05201e708c468d43d2b7a48b517df76ebbe5001f672c9 +SIZE (go-gitea-gitea-v1.7.4_GH0.tar.gz) = 20858340 Index: branches/2019Q1 =================================================================== --- branches/2019Q1 (revision 496334) +++ branches/2019Q1 (revision 496335) Property changes on: branches/2019Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r496334