FreeBSD Bugzilla – Attachment 195920 Details for
Bug 230396
devel/gitlist : update to 1.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Subversion diff to update gitlist from 0.5.0 to 1.0.1
gitlist-1.0.1.diff (text/plain), 1.72 KB, created by
Andre Rikkert de Koe - ARK-ICT
on 2018-08-05 22:06:36 UTC
(
hide
)
Description:
Subversion diff to update gitlist from 0.5.0 to 1.0.1
Filename:
MIME Type:
Creator:
Andre Rikkert de Koe - ARK-ICT
Created:
2018-08-05 22:06:36 UTC
Size:
1.72 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 476479) >+++ Makefile (working copy) >@@ -2,15 +2,15 @@ > # $FreeBSD$ > > PORTNAME= gitlist >-PORTVERSION= 0.5.0 >+PORTVERSION= 1.0.1 > CATEGORIES= devel www >-MASTER_SITES= https://s3.amazonaws.com/gitlist/ \ >+MASTER_SITES= https://github.com/klaussilveira/gitlist/releases/download/1.0.1/ \ > http://freebsd.ark-ict.nl/ports/ > > MAINTAINER= andre@ark-ict.nl > COMMENT= Web based Git repository browser written in PHP > >-LICENSE= BSD2CLAUSE >+LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > RUN_DEPENDS= git:devel/git >@@ -26,11 +26,12 @@ > 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; \ > ${FIND} . ! -type d | ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," > ${PLIST}; >- ${ECHO} "@dir %%WWWDIR%%/vendor/phpmd/phpmd/setup" >> ${PLIST} > ${ECHO} "@dir(${WWWOWN},${WWWGRP},) %%WWWDIR%%/cache" >> ${PLIST} > > do-install: >Index: distinfo >=================================================================== >--- distinfo (revision 476479) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (gitlist-0.5.0.tar.gz) = 5f47a42580e2ae4ef156c726c4127316c1bbe6d3f22b93299354bb2aa0458bad >-SIZE (gitlist-0.5.0.tar.gz) = 3045723 >+TIMESTAMP = 1533453094 >+SHA256 (gitlist-1.0.1.tar.gz) = 3da0643f710c5c6b9b86efa46f87bc4a14069b8d31702f21a81213882b7783ea >+SIZE (gitlist-1.0.1.tar.gz) = 3027710
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 230396
: 195920