FreeBSD Bugzilla – Attachment 178992 Details for
Bug 216180
Fix textproc/extract_url to fetch from GitHub instead of Google Code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for tetching from GitHub instead of Google Code
extract_url_github.diff (text/plain), 1.61 KB, created by
Ashley Chase
on 2017-01-17 13:18:58 UTC
(
hide
)
Description:
Patch for tetching from GitHub instead of Google Code
Filename:
MIME Type:
Creator:
Ashley Chase
Created:
2017-01-17 13:18:58 UTC
Size:
1.61 KB
patch
obsolete
>--- textproc/extract_url/Makefile.orig 2016-09-14 08:59:34.000000000 -0700 >+++ textproc/extract_url/Makefile 2017-01-17 04:23:49.189785000 -0800 >@@ -2,11 +2,13 @@ > # $FreeBSD: head/textproc/extract_url/Makefile 422140 2016-09-14 15:59:34Z mat $ > > PORTNAME= extract_url >-PORTVERSION= 1.5.8 >+PORTVERSION= 1.6 > PORTREVISION= 1 > CATEGORIES= textproc >-MASTER_SITES= GOOGLE_CODE >-PROJECTHOST= extracturl >+USE_GITHUB= yes >+GH_ACCOUNT= m3m0ryh0l3 >+GH_PROJECT= extracturl >+GH_TAGNAME= 4b515b30ff4abdc7f2254399bc0f03122d1a5e2e > > MAINTAINER= ports@FreeBSD.org > COMMENT= Perl script that extracts URLs from email in MIME or plain text format >@@ -14,8 +16,6 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > >-BROKEN= Unfetchable (google code has gone away) >- > BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ > p5-HTML-Parser>=0:www/p5-HTML-Parser > RUN_DEPENDS:= ${BUILD_DEPENDS} >@@ -25,8 +25,6 @@ > SUB_FILES= pkg-message > NO_ARCH= yes > >-WRKSRC= ${WRKDIR}/${PORTNAME} >- > PLIST_FILES= bin/extract_url \ > etc/extract_urlview.sample \ > man/man1/extract_url.1.gz >--- textproc/extract_url/distinfo.orig 2017-01-15 05:10:41.116515000 -0800 >+++ textproc/extract_url/distinfo 2017-01-16 04:24:46.994961000 -0800 >@@ -1,2 +1,3 @@ >-SHA256 (extract_url-1.5.8.tar.gz) = 58eac907cb926deba74ab81e7503a1055fd3cbe20952f011d8e6b75da12d6bcc >-SIZE (extract_url-1.5.8.tar.gz) = 13861 >+TIMESTAMP = 1484569486 >+SHA256 (m3m0ryh0l3-extracturl-1.6-4b515b30ff4abdc7f2254399bc0f03122d1a5e2e_GH0.tar.gz) = 536cacfba22c1bfb35cef709cd1fb5405ad93f11b0963dfee2d0e3e3439cfe00 >+SIZE (m3m0ryh0l3-extracturl-1.6-4b515b30ff4abdc7f2254399bc0f03122d1a5e2e_GH0.tar.gz) = 15855
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 216180
: 178992 |
179213