pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/opera7 fix checksum and plist for sunos



details:   https://anonhg.NetBSD.org/pkgsrc/rev/827ea55838b7
branches:  trunk
changeset: 490697:827ea55838b7
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Mar 18 03:33:10 2005 +0000

description:
fix checksum and plist for sunos

diffstat:

 www/opera7/Makefile    |  10 +++++-----
 www/opera7/PLIST.SunOS |   3 +--
 www/opera7/distinfo    |   7 ++++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (67 lines):

diff -r b13fd8e38ce5 -r 827ea55838b7 www/opera7/Makefile
--- a/www/opera7/Makefile       Fri Mar 18 01:14:32 2005 +0000
+++ b/www/opera7/Makefile       Fri Mar 18 03:33:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/02/06 12:07:19 jdolecek Exp $
+# $NetBSD: Makefile,v 1.29 2005/03/18 03:33:10 dmcmahill Exp $
 
 DISTNAME=      opera-${OPERA_PKG_VERSION:S/u/pl/}
 PKGREVISION=   # empty
@@ -82,7 +82,7 @@
 .  endif
 
 PLIST_SUBST+=          OPERA_VER_DATE=${OPERA_VER_DATE}
-PLIST_SUBST+=          OPERA_PKG_VERSION=${OPERA_PKG_VERSION}
+PLIST_SUBST+=          OPERA_PKG_VERSION=${OPERA_PKG_VERSION:C/u.*//}
 
 .endif
 
@@ -131,10 +131,10 @@
 
 # regenerate distinfo for all ports supported by this package
 opera-distinfo:
-       ( echo '$$NetBSD: Makefile,v 1.28 2005/02/06 12:07:19 jdolecek Exp $$'; echo ''; \
-       _OPERA_OPSYS=NetBSD make distinfo 1>&2; \
+       ( echo '$$NetBSD: Makefile,v 1.29 2005/03/18 03:33:10 dmcmahill Exp $$'; echo ''; \
+       _OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \
                ${GREP} opera distinfo; \
-       _OPERA_OPSYS=FreeBSD make distinfo 1>&2; \
+       _OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \
                ${GREP} opera distinfo; \
        _OPERA_OPSYS=SunOS _OPERA_MACHINE_ARCH=sparc make distinfo 1>&2; \
                ${GREP} opera distinfo; \
diff -r b13fd8e38ce5 -r 827ea55838b7 www/opera7/PLIST.SunOS
--- a/www/opera7/PLIST.SunOS    Fri Mar 18 01:14:32 2005 +0000
+++ b/www/opera7/PLIST.SunOS    Fri Mar 18 03:33:10 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.SunOS,v 1.3 2004/07/18 17:03:00 heinz Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.4 2005/03/18 03:33:10 dmcmahill Exp $
 bin/opera
 lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/missingsyms.so
 lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/opera
@@ -25,7 +25,6 @@
 share/opera/help/glossary.html
 share/opera/help/help.css
 share/opera/help/history.html
-share/opera/help/hotlist.html
 share/opera/help/index.html
 share/opera/help/input.html
 share/opera/help/keyboard.html
diff -r b13fd8e38ce5 -r 827ea55838b7 www/opera7/distinfo
--- a/www/opera7/distinfo       Fri Mar 18 01:14:32 2005 +0000
+++ b/www/opera7/distinfo       Fri Mar 18 03:33:10 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2005/02/24 12:10:22 wiz Exp $
+$NetBSD: distinfo,v 1.19 2005/03/18 03:33:10 dmcmahill Exp $
 
 SHA1 (./opera-7.54-20050131.1-static-qt.i386-en.rpm) = 3487d9a408ef62b39cee7bced35f792f399db953
 RMD160 (./opera-7.54-20050131.1-static-qt.i386-en.rpm) = d264a2a5933097aad63214ad07bda82127810491
@@ -6,5 +6,6 @@
 SHA1 (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 887c0b611f8be2669e814f51b40ec59ee372700f
 RMD160 (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 588138145197ee9df0fa34db33420e955c67d8d1
 Size (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 4782908 bytes
-SHA1 (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = 3807523fefc168628158d02b033a0935ebb79b2b
-Size (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = 3178496 bytes
+SHA1 (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = 1326826616e941045d305a99e36ba3d4629840cd
+RMD160 (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = b500f4de235cb06653e544f90ac748da9e9611d7
+Size (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = 5993766 bytes



Home | Main Index | Thread Index | Old Index