diff --git a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild index 9aea3b4fe5..437118aa12 100644 --- a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild +++ b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sub-Exporter -VERSION=${VERSION:-0.986} +VERSION=${VERSION:-0.987} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,11 +68,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ PREFIX=/usr \ diff --git a/perl/perl-Sub-Exporter/perl-Sub-Exporter.info b/perl/perl-Sub-Exporter/perl-Sub-Exporter.info index f11241daea..da36079d37 100644 --- a/perl/perl-Sub-Exporter/perl-Sub-Exporter.info +++ b/perl/perl-Sub-Exporter/perl-Sub-Exporter.info @@ -1,8 +1,8 @@ PRGNAM="perl-Sub-Exporter" -VERSION="0.986" +VERSION="0.987" HOMEPAGE="http://search.cpan.org/~rjbs/Sub-Exporter/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-0.986.tar.gz" -MD5SUM="bdfa41103f82ab8611af61fceed1271e" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz" +MD5SUM="5332d269a7ba387773fcd140b72a0ed2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Data-OptList"