mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-Data-UUID: Updated for version 1.219.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
00429df57d
commit
8cf2af9aec
3 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Data-UUID
|
||||
VERSION=${VERSION:-1.218}
|
||||
VERSION=${VERSION:-1.219}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,11 +65,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 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Data-UUID"
|
||||
VERSION="1.218"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Data-UUID-1.218/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-UUID-1.218.tar.gz"
|
||||
MD5SUM="c5035498f4cdaadae3c31d565f5179bd"
|
||||
VERSION="1.219"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Data-UUID-1.219/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-UUID-1.219.tar.gz"
|
||||
MD5SUM="8ca1f802b40d9b563f4de26968677097"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -13,7 +13,7 @@ perl-Data-UUID: Unique Identifiers, also known as GUIDS (Globally Unique
|
|||
perl-Data-UUID: Identifiers)). A UUID is 128 bits long, and is guaranteed to be
|
||||
perl-Data-UUID: different from all other UUIDs/GUIDs generated until 3400 CE.
|
||||
perl-Data-UUID:
|
||||
perl-Data-UUID: Homepage: http://search.cpan.org/dist/Data-UUID-1.217/
|
||||
perl-Data-UUID: Homepage: http://search.cpan.org/dist/Data-UUID-1.219/
|
||||
perl-Data-UUID:
|
||||
perl-Data-UUID:
|
||||
perl-Data-UUID:
|
||||
|
|
Loading…
Reference in a new issue