The distfile has been changed on the ftp site without a corresponding
version number bump. Bump PKGREVISION for this, and set DIST_SUBDIR accordingly. The change to the distfile consisted of: diff -u -r old/libgdgeda-2.0.15/config/libgdgeda.pc.in new/libgdgeda-2.0.15/config/libgdgeda.pc.in --- old/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-07-01 22:29:48.000000000 +0100 +++ new/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-09-08 01:20:58.000000000 +0100 @@ -7,5 +7,5 @@ Description: gEDA's hacked version of gd Requires: Version: @VERSION@ -Libs: -L${libdir} -lpng -lz -lm +Libs: -L${libdir} -lgdgeda -lpng -lz -lm Cflags: -I${includedir}/libgdgeda
This commit is contained in:
parent
00238c7d50
commit
314ac1b8ef
2 changed files with 7 additions and 4 deletions
|
@ -1,14 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.15 2003/10/29 23:15:27 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2003/11/03 10:51:46 agc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgdgeda-2.0.15
|
||||
CATEGORIES= graphics
|
||||
PKGREVISION= 1
|
||||
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/
|
||||
|
||||
MAINTAINER= dmcmahill@NetBSD.org
|
||||
HOMEPAGE= http://www.geda.seul.org/
|
||||
COMMENT= Modified version of the gd packages for use with gEDA
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME}
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_BUILDLINK2= YES
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2003/09/10 23:27:33 dmcmahill Exp $
|
||||
$NetBSD: distinfo,v 1.6 2003/11/03 10:51:46 agc Exp $
|
||||
|
||||
SHA1 (libgdgeda-2.0.15.tar.gz) = cff7545c3eec9da269765e409166d8497e512927
|
||||
Size (libgdgeda-2.0.15.tar.gz) = 522644 bytes
|
||||
SHA1 (libgdgeda-2.0.15nb1/libgdgeda-2.0.15.tar.gz) = 472b361047ba7fb00b37fe4bcbb20316667677da
|
||||
Size (libgdgeda-2.0.15nb1/libgdgeda-2.0.15.tar.gz) = 522645 bytes
|
||||
|
|
Loading…
Reference in a new issue