FreeBSD Bugzilla – Attachment 156223 Details for
Bug 199851
sysutils/cronolog -- fixing MASTER and PATCH-sites
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix sysutils/cronolog
cronolog-update.patch (text/plain), 2.17 KB, created by
Mikhail Teterin
on 2015-05-01 20:49:41 UTC
(
hide
)
Description:
Fix sysutils/cronolog
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2015-05-01 20:49:41 UTC
Size:
2.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 385145) >+++ Makefile (working copy) >@@ -5,7 +5,8 @@ > PORTVERSION= 1.6.2 > PORTREVISION= 4 > CATEGORIES= sysutils >-MASTER_SITES= http://cronolog.org/download/ >+MASTER_SITES= http://fossies.org/linux/www/ \ >+ http://vps.googlecode.com/files/ > > MAINTAINER= bdrewery@FreeBSD.org > COMMENT= Web log rotation utility that provides datestamp filenames >@@ -16,7 +17,9 @@ > > INFO= cronolog > >+USES= shebangfix > GNU_CONFIGURE= yes >+CONFIGURE_ENV+= ac_cv_path_PERL="${perl_CMD}" > > OPTIONS_DEFINE= SETUID_PATCH > OPTIONS_DEFAULT= SETUID_PATCH >@@ -28,16 +31,9 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MSETUID_PATCH} >-MASTER_SITES+= http://cronolog.org/patches/:patches >-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} cronolog-setugid-patch.txt:patches >-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} >-EXTRA_PATCHES+= ${WRKDIR}/cronolog-setugid-patch.txt >-USES+= dos2unix >-DOS2UNIX_FILES= ../cronolog-setugid-patch.txt >- >-post-extract: >- @${CP} ${DISTDIR}/cronolog-setugid-patch.txt ${WRKDIR}/ >- @cd ${WRKSRC} && ${TOUCH} aclocal.m4 Makefile.in */Makefile.in >+PATCHSITES= https://raw.githubusercontent.com/kiorky/cryptelium-overlay/cdbbe47/app-admin/cronolog/files/1.6.2-patches/ >+PATCH_DIST_STRIP=-p1 >+PATCHFILES+= cronolog-setugid-patch.txt > .endif > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 385145) >+++ distinfo (working copy) >@@ -1,4 +1,4 @@ > SHA256 (cronolog-1.6.2.tar.gz) = 65e91607643e5aa5b336f17636fa474eb6669acc89288e72feb2f54a27edb88e > SIZE (cronolog-1.6.2.tar.gz) = 133591 >-SHA256 (cronolog-setugid-patch.txt) = ca0061a34aa1291ac61cac07d7718bc2a09421fb931943fa45f33cf7d5a0759b >-SIZE (cronolog-setugid-patch.txt) = 13321 >+SHA256 (cronolog-setugid-patch.txt) = 6604b2c4a70a73c64ea6e60c77fe18204a83e3435a5d9bfbd44e437e1df6dce5 >+SIZE (cronolog-setugid-patch.txt) = 12375 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 385145) >+++ pkg-descr (working copy) >@@ -20,5 +20,3 @@ > > /www/logs/1997/01/01/access.log > /www/logs/1997/01/01/errors.log >- >-WWW: http://cronolog.org/
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 199851
:
156222
| 156223