FreeBSD Bugzilla – Attachment 158133 Details for
Bug 201174
[PATCH] devel/shflags: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel_shflags.diff
devel_shflags.diff (text/plain), 2.58 KB, created by
tkato432
on 2015-06-28 18:31:34 UTC
(
hide
)
Description:
devel_shflags.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-06-28 18:31:34 UTC
Size:
2.58 KB
patch
obsolete
>diff -urN /usr/ports/devel/shflags/Makefile devel/shflags/Makefile >--- /usr/ports/devel/shflags/Makefile 2014-06-21 17:53:21.000000000 +0900 >+++ devel/shflags/Makefile 2015-06-29 00:00:00.000000000 +0900 >@@ -4,16 +4,22 @@ > PORTNAME= shflags > PORTVERSION= 1.0.3 > CATEGORIES= devel >-MASTER_SITES= GOOGLE_CODE >-EXTRACT_SUFX= .tgz >+MASTER_SITES= GH > > MAINTAINER= ports@FreeBSD.org > COMMENT= Command-line flags module for Unix shell scripts > >+LICENSE= LGPL21 >+ >+USE_GITHUB= yes >+GH_ACCOUNT= kward >+ >+NO_ARCH= yes > NO_BUILD= yes >+ > PLIST_FILES= lib/shflags > > do-install: >- ${INSTALL_DATA} ${WRKSRC}/src/shflags ${STAGEDIR}${PREFIX}/lib >+ (cd ${WRKSRC}/src && ${INSTALL_DATA} shflags ${STAGEDIR}${PREFIX}/lib) > > .include <bsd.port.mk> >diff -urN /usr/ports/devel/shflags/distinfo devel/shflags/distinfo >--- /usr/ports/devel/shflags/distinfo 2014-06-21 17:53:21.000000000 +0900 >+++ devel/shflags/distinfo 2015-06-29 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (shflags-1.0.3.tgz) = 956a14771230760e24fa6ad5692bf858d1c9ee2d314320091fd045181cec8a22 >-SIZE (shflags-1.0.3.tgz) = 43549 >+SHA256 (kward-shflags-1.0.3_GH0.tar.gz) = ffc7eb68b583eba7eb468f7cd5d5f4174b7ad014e24aae2e43f8b5c2d0da0602 >+SIZE (kward-shflags-1.0.3_GH0.tar.gz) = 43017 >diff -urN /usr/ports/devel/shflags/pkg-descr devel/shflags/pkg-descr >--- /usr/ports/devel/shflags/pkg-descr 2014-06-21 17:53:21.000000000 +0900 >+++ devel/shflags/pkg-descr 2015-06-29 00:00:00.000000000 +0900 >@@ -1,12 +1,13 @@ >-Shell Flags (shFlags) is a library written to greatly simplify the handling of >-command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, >-zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). >+Shell Flags (shFlags) is a library written to greatly simplify the >+handling of command-line flags in Bourne based Unix shell scripts (bash, >+dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). > >-Most shell scripts use getopt for flags processing, but the different versions >-of getopt on various OSes make writing portable shell scripts difficult. >-shFlags instead provides an API that doesn't change across shell and OS >-versions so the script writer can be confident that the script will work. >+Most shell scripts use getopt for flags processing, but the different >+versions of getopt on various OSes make writing portable shell scripts >+difficult. shFlags instead provides an API that doesn't change across >+shell and OS versions so the script writer can be confident that the >+script will work. > > shFlags is a port of the google-gflags C++/Python library. > >-WWW: http://code.google.com/p/shflags/ >+WWW: http://github.com/kward/shflags
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 201174
: 158133