diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-03-05 23:50:26 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-03-05 23:50:26 +0800 |
commit | a4ce4c041f756b76868316647da37bd66aba4a60 (patch) | |
tree | 2c608f83fcf66fcf69056251cc9b34c6272d151b | |
parent | 3e4c394bcf6650f417022d5880099d708a77b765 (diff) | |
download | freebsd-ports-gnome-a4ce4c041f756b76868316647da37bd66aba4a60.tar.gz freebsd-ports-gnome-a4ce4c041f756b76868316647da37bd66aba4a60.tar.zst freebsd-ports-gnome-a4ce4c041f756b76868316647da37bd66aba4a60.zip |
Do not use IGNOREFILES.
I'm removing IGNOREFILES because I cannot get a clue about which files are
updated on the webmin site. For example, if any module is updated
twice, it will be listed only once on the site's updates page.
The port will always work because the file's md5 is ignored, but I don't
know when I should bump PORTREVISION. Since the default behavior of the
port is to install the official version without updates, I prefer to have
a md5 mismatch every now and then, so that PORTREVISION can be bumped and
webmin users know when they _actually_ have to upgrade the port.
No user visible changes, so no PORTREVISION bump.
-rw-r--r-- | sysutils/webmin/Makefile | 1 | ||||
-rw-r--r-- | sysutils/webmin/distinfo | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 637f523225e9..b83d69421b14 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://webadmin.sourceforge.net/webmin/updates/ \ http://webadmin.sourceforge.net/webmin/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WEBMIN_MODULES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -IGNOREFILES= ${WEBMIN_MODULES} MAINTAINER= olgeni@FreeBSD.org diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index f8759b5d68e0..272f049d159c 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -1,6 +1,6 @@ MD5 (webmin-0.84.tar.gz) = 93ed89a7d98e7586cacf44e4e053e6cd -MD5 (apache.wbm.gz) = IGNORE -MD5 (mysql.wbm.gz) = IGNORE -MD5 (status.wbm.gz) = IGNORE -MD5 (file.wbm.gz) = IGNORE -MD5 (dfsadmin-file.wbm.gz) = IGNORE +MD5 (apache.wbm.gz) = a63f2b27b6531131acc8056aaefd00eb +MD5 (mysql.wbm.gz) = 94322dc8a89d32346b51d2524b7525dc +MD5 (status.wbm.gz) = 8f58432e5fc0e992505a411888f837a2 +MD5 (file.wbm.gz) = 6ca6839850e552b044045ffd0e6349ad +MD5 (dfsadmin-file.wbm.gz) = 39df28560419757123f2f29fa88f5114 |