Date: Mon, 17 Dec 2001 18:28:39 +0300 From: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32937: Update port: p5-Class-Fields-0.14 Message-ID: <E16Fzh1-0005JB-00@3wgraphics.com>
next in thread | raw e-mail | index | archive | help
>Number: 32937 >Category: ports >Synopsis: Update port: p5-Class-Fields-0.14 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 17 07:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.4-STABLE i386 >Organization: <Organization of PR author (multiple lines)> >Environment: <Relevant environment information (multiple lines)> >Description: Update port: p5-Class-Fields-0.14 Set of modules to operate with inheritance, fields, members access >How-To-Repeat: <Code/input/activities to reproduce the problem (multiple lines)> >Fix: diff -urN p5-Class-Fields-0/Makefile p5-Class-Fields/Makefile --- p5-Class-Fields-0/Makefile Mon Dec 17 18:27:07 2001 +++ p5-Class-Fields/Makefile Mon Dec 17 18:27:20 2001 @@ -25,10 +25,4 @@ Class::Fields::Fuxor.3 Class::Fields::Inherit.3 base.3 \ fields.3 private.3 protected.3 public.3 -pre-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include <bsd.port.mk> diff -urN p5-Class-Fields-0/pkg-deinstall p5-Class-Fields/pkg-deinstall --- p5-Class-Fields-0/pkg-deinstall Mon Dec 17 18:27:07 2001 +++ p5-Class-Fields/pkg-deinstall Thu Jan 1 03:00:00 1970 @@ -1,16 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin - -MODULES='base.pm' -PERLLIB_PATH=`perl -e 'use Config; print $Config{installprivlib}'` -SITEPERLLIB_PATH=`perl -e 'use Config; print $Config{installsitelib}'` - -for MODULE in ${MODULES} -do - MODULE_PATH="${PERLLIB_PATH}/${MODULE}" - if [ -r ${MODULE_PATH}.old ]; then - mv "${MODULE_PATH}.old" ${MODULE_PATH} - fi -done - diff -urN p5-Class-Fields-0/pkg-install p5-Class-Fields/pkg-install --- p5-Class-Fields-0/pkg-install Mon Dec 17 18:27:07 2001 +++ p5-Class-Fields/pkg-install Thu Jan 1 03:00:00 1970 @@ -1,20 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin - -MODULES='base.pm' -PERLLIB_PATH=`perl -e 'use Config; print $Config{installprivlib}'` -SITEPERLLIB_PATH=`perl -e 'use Config; print $Config{installsitelib}'` - -case $2 in -POST-INSTALL) - for MODULE in ${MODULES} - do - MODULE_PATH="${PERLLIB_PATH}/${MODULE}" - if [ -r ${MODULE_PATH} ]; then - mv ${MODULE_PATH} "${MODULE_PATH}.old" -#imho useless# ln -sf ${SITEPERLLIB_PATH}/${MODULE} ${MODULE_PATH} - fi - done - ;; -esac >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16Fzh1-0005JB-00>