On 2017/09/23 23:23, Nigel Taylor wrote:
> On 09/07/17 20:34, [email protected] wrote:
> > On 08/27/17 23:26, [email protected] wrote:
> >> On 08/23/17 20:21, [email protected] wrote:
> >>> Update to fix issues 212, 215 and change some old url's.
> >>>
> >>> Home page changed to github home page.
> >>>
> >>> Ok?
> >>>
> >>
> >> Ok?
> >>
> >>
> > Ping
> >
> >
>
> Ping
>
PKGNAME=${DISTNAME} is default anyway, and HOMEPAGE should be set to
https://github.com/${GH_ACCOUNT}/${GH_PROJECT} by default, except
it's still using the cpan module despite no longer being cpan-hosted.
Suggested alternative diff:
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/get_flash_videos/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile 24 Jul 2017 21:20:20 -0000 1.32
+++ Makefile 24 Sep 2017 11:41:12 -0000
@@ -2,25 +2,21 @@
COMMENT= download flash video files from various sites
-V= 1.25.93
-DISTNAME= get_flash_videos-$V
-PKGNAME= ${DISTNAME}
-CATEGORIES= multimedia
+GH_ACCOUNT= monsieurvideo
+GH_PROJECT= get-flash-videos
+GH_TAGNAME= 1.25.94
+DISTNAME= get_flash_videos-${GH_TAGNAME}
-HOMEPAGE= https://get-flash-videos.googlecode.com/
+CATEGORIES= multimedia
MAINTAINER= Nigel Taylor <[email protected]>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
-MODULES= cpan
+MODULES= perl
+CONFIGURE_STYLE=perl
PKG_ARCH= *
-
-GH_ACCOUNT= monsieurvideo
-GH_PROJECT= get-flash-videos
-GH_TAGNAME= $V
-MASTER_SITES= ${MASTER_SITES_GITHUB}
BUILD_DEPENDS= devel/p5-Tie-IxHash
# main program, and listed in MYMETA.json
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/get_flash_videos/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo 24 Jul 2017 21:20:20 -0000 1.16
+++ distinfo 24 Sep 2017 11:41:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (get_flash_videos-1.25.93.tar.gz) =
euBiMx7laBvPWV3JZGDOtWU7GTXPoJhptwF/9+Bf37Y=
-SIZE (get_flash_videos-1.25.93.tar.gz) = 136299
+SHA256 (get_flash_videos-1.25.94.tar.gz) =
ChL7mUXXcunCxTR6cSKSvkfD81UdxWW0PrdFQDcLG90=
+SIZE (get_flash_videos-1.25.94.tar.gz) = 136922