mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Change fetch method and use the GITHUB stuff
PR: 212032 Submitted by: lbartoletti@tuxfamily.org M Makefile M distinfo M pkg-plist
This commit is contained in:
parent
783452a79c
commit
55be58cdfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431910
3 changed files with 10 additions and 4 deletions
|
@ -3,15 +3,19 @@
|
|||
|
||||
PORTNAME= wakeonlan
|
||||
PORTVERSION= 0.41
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/jpoliv/wakeonlan/archive/
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jpoliv
|
||||
GH_PROJECT= wakeonlan
|
||||
GH_TAGNAME= 4beb45d
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (wakeonlan-0.41.tar.gz) = 581b1b27a7e810ab72668cce4bd9aa9b3e0cea34b2db24dd1a44c09d63ddda98
|
||||
SIZE (wakeonlan-0.41.tar.gz) = 6028
|
||||
TIMESTAMP = 1471889359
|
||||
SHA256 (jpoliv-wakeonlan-0.41-4beb45d_GH0.tar.gz) = f03e1e2e7573c3e189b3670f161bb187277acebfbe6dc597105620fd4b21d82c
|
||||
SIZE (jpoliv-wakeonlan-0.41-4beb45d_GH0.tar.gz) = 6098
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin/wakeonlan
|
||||
%%SITE_ARCH%%/auto/wakeonlan/.packlist
|
||||
%%PERL5_MAN1%%/wakeonlan.1.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lab001.wol
|
||||
|
|
Loading…
Add table
Reference in a new issue