pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libao Fix the previous PKGREVISION bump by setti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f74fb3e4d01b
branches:  trunk
changeset: 495262:f74fb3e4d01b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jun 06 01:52:39 2005 +0000

description:
Fix the previous PKGREVISION bump by setting PKGREVISION in Makefile,
instead of Makefile.common.

diffstat:

 audio/libao/Makefile        |  4 ++--
 audio/libao/Makefile.common |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 46b6eefbbd37 -r f74fb3e4d01b audio/libao/Makefile
--- a/audio/libao/Makefile      Mon Jun 06 01:51:13 2005 +0000
+++ b/audio/libao/Makefile      Mon Jun 06 01:52:39 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2005/05/20 19:20:55 jmmv Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/06 01:52:39 minskim Exp $
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 PKG_INSTALLATION_TYPES=        overwrite
 
diff -r 46b6eefbbd37 -r f74fb3e4d01b audio/libao/Makefile.common
--- a/audio/libao/Makefile.common       Mon Jun 06 01:51:13 2005 +0000
+++ b/audio/libao/Makefile.common       Mon Jun 06 01:52:39 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.common,v 1.21 2005/06/06 01:37:13 minskim Exp $
+# $NetBSD: Makefile.common,v 1.22 2005/06/06 01:52:39 minskim Exp $
 
 DISTNAME=      libao-0.8.6
-PKGREVISION=   1
 CATEGORIES=    audio devel
 MASTER_SITES=  http://downloads.xiph.org/releases/ao/
 



Home | Main Index | Thread Index | Old Index