FreeBSD Bugzilla – Attachment 146656 Details for
Bug 193238
[maintainer] [patch] sysutils/debootstrap: Update to 1.0.61
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint fixes
debootstrap-1.0.61.diff (text/plain), 4.27 KB, created by
Nikolai Lifanov
on 2014-09-02 04:00:18 UTC
(
hide
)
Description:
portlint fixes
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2014-09-02 04:00:18 UTC
Size:
4.27 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 366971) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= debootstrap >-PORTVERSION= 1.0.60 >-PORTREVISION= 1 >+PORTVERSION= 1.0.61 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_DEBIAN} > MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} >@@ -12,11 +11,14 @@ > MAINTAINER= lifanov@mail.lifanov.com > COMMENT= Install Debian base system into a directory > >+LICENSE= GPLv2 >+ > RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ > dpkg:${PORTSDIR}/archivers/dpkg > > WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} > NO_BUILD= yes >+NO_ARCH= yes > USES= gmake perl5 tar:xz > USE_PERL5= run > MAKE_ARGS= DESTDIR="${STAGEDIR}" >@@ -28,6 +30,9 @@ > @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ > ${WRKSRC}/Makefile \ > ${WRKSRC}/debootstrap >+ @${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},g' \ >+ ${WRKSRC}/Makefile \ >+ ${WRKSRC}/debootstrap > > post-install: > @${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \ >Index: distinfo >=================================================================== >--- distinfo (revision 366971) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (debootstrap_1.0.60.tar.xz) = 886b140a6801012aba3f502d1f50f5b8e94fc032965400a6c2da19437a75dd4b >-SIZE (debootstrap_1.0.60.tar.xz) = 49612 >+SHA256 (debootstrap_1.0.61.tar.xz) = b6e1d3048c8afe7c819be297f9bac24d8820e7cabba0766d2ed2fc5928e71766 >+SIZE (debootstrap_1.0.61.tar.xz) = 49724 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 366971) >+++ pkg-plist (working copy) >@@ -2,46 +2,46 @@ > sbin/debootstrap > @mode > man/man8/debootstrap.8.gz >-share/debootstrap/functions >-share/debootstrap/scripts/breezy >-share/debootstrap/scripts/dapper >-share/debootstrap/scripts/edgy >-share/debootstrap/scripts/etch >-share/debootstrap/scripts/etch-m68k >-share/debootstrap/scripts/feisty >-share/debootstrap/scripts/gutsy >-share/debootstrap/scripts/hardy >-share/debootstrap/scripts/hoary >-share/debootstrap/scripts/hoary.buildd >-share/debootstrap/scripts/intrepid >-share/debootstrap/scripts/jaunty >-share/debootstrap/scripts/jessie >-share/debootstrap/scripts/karmic >-share/debootstrap/scripts/lenny >-share/debootstrap/scripts/lucid >-share/debootstrap/scripts/maverick >-share/debootstrap/scripts/natty >-share/debootstrap/scripts/oldstable >-share/debootstrap/scripts/oneiric >-share/debootstrap/scripts/potato >-share/debootstrap/scripts/precise >-share/debootstrap/scripts/quantal >-share/debootstrap/scripts/raring >-share/debootstrap/scripts/sarge >-share/debootstrap/scripts/sarge.buildd >-share/debootstrap/scripts/sarge.fakechroot >-share/debootstrap/scripts/saucy >-share/debootstrap/scripts/sid >-share/debootstrap/scripts/squeeze >-share/debootstrap/scripts/stable >-share/debootstrap/scripts/testing >-share/debootstrap/scripts/trusty >-share/debootstrap/scripts/unstable >-share/debootstrap/scripts/utopic >-share/debootstrap/scripts/warty >-share/debootstrap/scripts/warty.buildd >-share/debootstrap/scripts/wheezy >-share/debootstrap/scripts/woody >-share/debootstrap/scripts/woody.buildd >-@dirrm share/debootstrap/scripts >-@dirrm share/debootstrap >+%%DATADIR%%/functions >+%%DATADIR%%/scripts/breezy >+%%DATADIR%%/scripts/dapper >+%%DATADIR%%/scripts/edgy >+%%DATADIR%%/scripts/etch >+%%DATADIR%%/scripts/etch-m68k >+%%DATADIR%%/scripts/feisty >+%%DATADIR%%/scripts/gutsy >+%%DATADIR%%/scripts/hardy >+%%DATADIR%%/scripts/hoary >+%%DATADIR%%/scripts/hoary.buildd >+%%DATADIR%%/scripts/intrepid >+%%DATADIR%%/scripts/jaunty >+%%DATADIR%%/scripts/jessie >+%%DATADIR%%/scripts/karmic >+%%DATADIR%%/scripts/lenny >+%%DATADIR%%/scripts/lucid >+%%DATADIR%%/scripts/maverick >+%%DATADIR%%/scripts/natty >+%%DATADIR%%/scripts/oldstable >+%%DATADIR%%/scripts/oneiric >+%%DATADIR%%/scripts/potato >+%%DATADIR%%/scripts/precise >+%%DATADIR%%/scripts/quantal >+%%DATADIR%%/scripts/raring >+%%DATADIR%%/scripts/sarge >+%%DATADIR%%/scripts/sarge.buildd >+%%DATADIR%%/scripts/sarge.fakechroot >+%%DATADIR%%/scripts/saucy >+%%DATADIR%%/scripts/sid >+%%DATADIR%%/scripts/squeeze >+%%DATADIR%%/scripts/stable >+%%DATADIR%%/scripts/testing >+%%DATADIR%%/scripts/trusty >+%%DATADIR%%/scripts/unstable >+%%DATADIR%%/scripts/utopic >+%%DATADIR%%/scripts/warty >+%%DATADIR%%/scripts/warty.buildd >+%%DATADIR%%/scripts/wheezy >+%%DATADIR%%/scripts/woody >+%%DATADIR%%/scripts/woody.buildd >+@dirrm %%DATADIR%%/scripts >+@dirrm %%DATADIR%%
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
Flags:
lifanov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 193238
:
146651
|
146656
|
146657
|
147224