FreeBSD Bugzilla – Attachment 169691 Details for
Bug 209050
[PATCH] sysutils/feather: Update to version 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils_feather.diff
sysutils_feather.diff (text/plain), 2.97 KB, created by
tkato432
on 2016-04-25 18:34:35 UTC
(
hide
)
Description:
sysutils_feather.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-04-25 18:34:35 UTC
Size:
2.97 KB
patch
obsolete
>diff -urN /usr/ports/sysutils/feather/Makefile sysutils/feather/Makefile >--- /usr/ports/sysutils/feather/Makefile 2016-04-22 18:12:24.084925000 +0900 >+++ sysutils/feather/Makefile 2016-04-26 00:00:00.000000000 +0900 >@@ -2,10 +2,9 @@ > # $FreeBSD: head/sysutils/feather/Makefile 413767 2016-04-22 09:02:53Z amdmi3 $ > > PORTNAME= feather >-PORTVERSION= 1.0 >+PORTVERSION= 1.2.0 >+DISTVERSIONPREFIX= v > CATEGORIES= sysutils python >-MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ >- LOCAL/glarkin > > MAINTAINER= ports@FreeBSD.org > COMMENT= Python script for managing tarsnap backups >@@ -13,31 +12,36 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \ > tarsnap>=0:sysutils/tarsnap > >-USES= python >-NO_BUILD= yes > NO_ARCH= yes >+NO_BUILD= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= danrue >+ >+USES= python:2,run > > SUB_FILES= pkg-message > >-OPTIONS_DEFINE= DOCS >+PORTDOCS= README.md >+PORTEXAMPLES= feather.cron.d.example >+PLIST_FILES= bin/feather etc/feather.yaml.dist >+ >+OPTIONS_DEFINE= DOCS EXAMPLES > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin >- ${INSTALL_DATA} ${WRKSRC}/feather.yaml.dist ${STAGEDIR}${PREFIX}/etc >+ (cd ${WRKSRC} && ${INSTALL_SCRIPT} feather \ >+ ${STAGEDIR}${PREFIX}/bin) >+ (cd ${WRKSRC} && ${INSTALL_DATA} feather.yaml.dist \ >+ ${STAGEDIR}${PREFIX}/etc) > >-do-install-DOCS-on: >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ >+ ${STAGEDIR}${DOCSDIR}) > >-x-generate-tarball: >- ${SETENV} ${FETCH_ENV} ${FETCH_BINARY} -m -o ${PORTNAME}.tar.gz \ >- https://github.com/danrue/${PORTNAME}/tarball/master >- target=`${TAR} -tvf ${PORTNAME}.tar.gz | head -n 1`; \ >- dir=`${ECHO} $${target} | ${AWK} '{print $$9}' | ${SED} -e 's|/$$||'`; \ >- ${TAR} -zxf ${PORTNAME}.tar.gz; \ >- ${RM} ${PORTNAME}.tar.gz; \ >- ${MV} $${dir} ${PORTNAME}-${PORTVERSION}; \ >- ${TAR} -zcf ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION}; \ >- ${RM} -r ${PORTNAME}-${PORTVERSION} >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} \ >+ ${STAGEDIR}${EXAMPLESDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/sysutils/feather/distinfo sysutils/feather/distinfo >--- /usr/ports/sysutils/feather/distinfo 2015-08-24 04:07:07.851708000 +0900 >+++ sysutils/feather/distinfo 2016-04-26 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (feather-1.0.tar.gz) = a787bb73baa4377a375412c1882fd6f04c3f88a23b474fef4988b53dedef24a2 >-SIZE (feather-1.0.tar.gz) = 4992 >+SHA256 (danrue-feather-v1.2.0_GH0.tar.gz) = 9de98d3b88e50091c8ca64ad0142f2a18a73bfe12fa12195f8a5f0412ce17fb7 >+SIZE (danrue-feather-v1.2.0_GH0.tar.gz) = 5480 >diff -urN /usr/ports/sysutils/feather/pkg-plist sysutils/feather/pkg-plist >--- /usr/ports/sysutils/feather/pkg-plist 2015-08-24 04:07:07.809723000 +0900 >+++ sysutils/feather/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,3 +0,0 @@ >-bin/feather >-etc/feather.yaml.dist >-%%PORTDOCS%%%%DOCSDIR%%/README
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 209050
: 169691