Index: branches/2018Q4/www/gitea/Makefile =================================================================== --- branches/2018Q4/www/gitea/Makefile (revision 483775) +++ branches/2018Q4/www/gitea/Makefile (revision 483776) @@ -1,71 +1,71 @@ # Created by: Stefan Bethke # $FreeBSD$ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.3 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 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100513 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/2018Q4/www/gitea/distinfo =================================================================== --- branches/2018Q4/www/gitea/distinfo (revision 483775) +++ branches/2018Q4/www/gitea/distinfo (revision 483776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539271750 -SHA256 (go-gitea-gitea-v1.5.2_GH0.tar.gz) = 297652c49c412fa509f04dba58aefe91aa75285911260037ba25fd7136f4a016 -SIZE (go-gitea-gitea-v1.5.2_GH0.tar.gz) = 18866286 +TIMESTAMP = 1541109080 +SHA256 (go-gitea-gitea-v1.5.3_GH0.tar.gz) = 3a94982d1fa0549e26e2c86f859bc09dda480a98a6b07ce5682257f3ce7de188 +SIZE (go-gitea-gitea-v1.5.3_GH0.tar.gz) = 18866434 Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 483775) +++ branches/2018Q4 (revision 483776) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r483745