- saner DIST_SUBDIR
This commit is contained in:
parent
6c7de15b96
commit
e5c50d0c36
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/11/04 19:19:15 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/06/01 07:36:32 ajacoutot Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
@ -6,8 +6,10 @@ SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "bandwidth limiter for Apache"
|
||||
|
||||
V= 2.0.6
|
||||
DISTFILES= mod_bandwidth.c cleanlink.pl
|
||||
DISTNAME= mod_bandwidth-2.0.6
|
||||
DISTNAME= mod_bandwidth-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.cohprog.com/pub/apache/module/
|
||||
|
||||
@ -22,7 +24,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SUBST_VARS= PKGNAME HOMEPAGE
|
||||
DIST_SUBDIR= ${DISTNAME}
|
||||
DIST_SUBDIR= ${DISTNAME:S/-${V}//}
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-extract:
|
||||
|
@ -1,10 +1,10 @@
|
||||
MD5 (mod_bandwidth-2.0.6/cleanlink.pl) = SQS4arapL2N3gQliKkbUvA==
|
||||
MD5 (mod_bandwidth-2.0.6/mod_bandwidth.c) = H98vqs0FKWKzNyD+kKnuDg==
|
||||
RMD160 (mod_bandwidth-2.0.6/cleanlink.pl) = d5+SwIYToWsIFKtKPP8JqWuydoU=
|
||||
RMD160 (mod_bandwidth-2.0.6/mod_bandwidth.c) = oVFIHLLX0iLkbeRWQz2V5dWrf2w=
|
||||
SHA1 (mod_bandwidth-2.0.6/cleanlink.pl) = i/LnMrRhoYTDtCTiiG0zpNdqGro=
|
||||
SHA1 (mod_bandwidth-2.0.6/mod_bandwidth.c) = Fsvnw5++C91hBUfKJWw3GPv5gY4=
|
||||
SHA256 (mod_bandwidth-2.0.6/cleanlink.pl) = 6M5qC2hiG8mM6wPpA5HHFCbqbdMpswg5AYB7CEB5wNw=
|
||||
SHA256 (mod_bandwidth-2.0.6/mod_bandwidth.c) = OBx76E2PcMYNh+tsi6gZVXF9/EyMlE0nrZVThfmgKp8=
|
||||
SIZE (mod_bandwidth-2.0.6/cleanlink.pl) = 1009
|
||||
SIZE (mod_bandwidth-2.0.6/mod_bandwidth.c) = 43653
|
||||
MD5 (mod_bandwidth/cleanlink.pl) = SQS4arapL2N3gQliKkbUvA==
|
||||
MD5 (mod_bandwidth/mod_bandwidth.c) = i6srnJeAcvY6DKZOHQ+D5Q==
|
||||
RMD160 (mod_bandwidth/cleanlink.pl) = d5+SwIYToWsIFKtKPP8JqWuydoU=
|
||||
RMD160 (mod_bandwidth/mod_bandwidth.c) = HCMZt7ekyWgAFZU/35U4AurA5vc=
|
||||
SHA1 (mod_bandwidth/cleanlink.pl) = i/LnMrRhoYTDtCTiiG0zpNdqGro=
|
||||
SHA1 (mod_bandwidth/mod_bandwidth.c) = sY3Dv1FQYBLraSEsyPVKl9sLXoA=
|
||||
SHA256 (mod_bandwidth/cleanlink.pl) = 6M5qC2hiG8mM6wPpA5HHFCbqbdMpswg5AYB7CEB5wNw=
|
||||
SHA256 (mod_bandwidth/mod_bandwidth.c) = 4s+o6+U0DNCiogxwSLLUnu1x08n/02L+Mleb/t8JQQ0=
|
||||
SIZE (mod_bandwidth/cleanlink.pl) = 1009
|
||||
SIZE (mod_bandwidth/mod_bandwidth.c) = 44217
|
||||
|
Loading…
Reference in New Issue
Block a user