FreeBSD Bugzilla – Attachment 223386 Details for
Bug 254377
devel/gitlist: update to 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update created by following porters-handbook/port-upgrading.html
gitlist-1.0.2.diff (text/plain), 2.34 KB, created by
Andre Rikkert de Koe - ARK-ICT
on 2021-03-18 11:12:52 UTC
(
hide
)
Description:
update created by following porters-handbook/port-upgrading.html
Filename:
MIME Type:
Creator:
Andre Rikkert de Koe - ARK-ICT
Created:
2021-03-18 11:12:52 UTC
Size:
2.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 568736) >+++ Makefile (working copy) >@@ -2,13 +2,12 @@ > # $FreeBSD$ > > PORTNAME= gitlist >-DISTVERSION= 1.0.1 >-PORTREVISION= 1 >+DISTVERSION= 1.0.2 > CATEGORIES= devel www > MASTER_SITES= https://github.com/klaussilveira/gitlist/releases/download/${DISTVERSION}/ \ >- http://freebsd.ark-ict.nl/ports/ >+ https://freebsd.ark-ict.nl/ports/ > >-MAINTAINER= andre@ark-ict.nl >+MAINTAINER= freebsd-ports@misc.ark-ict.nl > COMMENT= Web based Git repository browser written in PHP > > LICENSE= BSD3CLAUSE >@@ -16,20 +15,18 @@ > > RUN_DEPENDS= git:devel/git > >-PLIST= ${WRKDIR}/plist >-WRKSRC= ${WRKDIR}/${PORTNAME} >- > NO_BUILD= yes > USES= php:web > USE_PHP= ctype hash simplexml > >+PLIST= ${WRKDIR}/plist >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ > USERS?= ${WWWOWN} > GROUPS?= ${WWWGRP} > SUB_FILES= pkg-message > > post-patch: >- ${FIND} ${WRKSRC}/vendor/klaussilveira/gitter/lib/Gitter/Model/ -name \*.php -exec ${SED} -i '' 's/Object/Objekt/g' {} \; >- ${MV} ${WRKSRC}/vendor/klaussilveira/gitter/lib/Gitter/Model/Object.php ${WRKSRC}/vendor/klaussilveira/gitter/lib/Gitter/Model/Objekt.php > ${MKDIR} ${WRKSRC}/cache > cd ${WRKSRC}; \ > ${REINPLACE_CMD} -e 's|/usr/bin/git|/usr/local/bin/git|g' config.ini-example; \ >@@ -47,5 +44,6 @@ > ${INSTALL_DATA} "$$src" "$$dst"; \ > fi \ > done >+ ${RM} -r "${WWWDIR}/cache/views" > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 568736) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1533453094 >-SHA256 (gitlist-1.0.1.tar.gz) = 3da0643f710c5c6b9b86efa46f87bc4a14069b8d31702f21a81213882b7783ea >-SIZE (gitlist-1.0.1.tar.gz) = 3027710 >+TIMESTAMP = 1615986035 >+SHA256 (gitlist-1.0.2.tar.gz) = 38728b688f6600ad97b6d5900b472da6529ff7f3b8c0669ada25ae0bb65d34d9 >+SIZE (gitlist-1.0.2.tar.gz) = 5794820 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 568736) >+++ files/pkg-message.in (working copy) >@@ -6,6 +6,8 @@ > to %%WWWDIR%%/config.ini and > edit it to make it use your git repositories. > Then configure your webserver to use the htdocs directory. >+Make sure mod_rewrite is enabled in your webserver, >+else the url-rewrite will not work and result in a 404 when accessing a repository. > EOM > } > ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254377
:
223386
|
223405