1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix a syntax error in the ifdepd startup script

- Bump PORTREVISION
- Remove the MD5 checksum from distinfo

PR:		ports/152397
Submitted by:	Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
This commit is contained in:
Nicola Vitale 2010-11-21 22:55:13 +00:00
parent ecd68964e8
commit 7b792d6e03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264888
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
PORTNAME= ifdepd
PORTVERSION= 20050420
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://alex.bmg.gv.at/programs/

View File

@ -1,3 +1,2 @@
MD5 (ifdepd-20050420.tar.gz) = 172caddd92da47e1165790b4eb16f9ec
SHA256 (ifdepd-20050420.tar.gz) = a8bae0d367b1419fb72879fed5868da4eba7d02bc28a62d0273fb45219f6b182
SIZE (ifdepd-20050420.tar.gz) = 6852

View File

@ -36,6 +36,6 @@ ifdepd_start()
load_rc_config $name
ifdepd_enable=${ifdepd_enable:"NO"}
ifdepd_enable=${ifdepd_enable:-"NO"}
run_rc_command "$1"