diff options
author | tv <tv@pkgsrc.org> | 2005-01-31 19:09:16 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-31 19:09:16 +0000 |
commit | 9813120413fac96bdfb90073ea07d4dcd7c54731 (patch) | |
tree | d9838276dd663317578d938541081335ca1f9a0b /mail/pine | |
parent | 9d661e509db42d1cb1725ff454bc0f6be65979e7 (diff) | |
download | pkgsrc-9813120413fac96bdfb90073ea07d4dcd7c54731.tar.gz |
Fix botched update: The shlib major of libpico was supposed to be bumped.
Bump BUILDLINK_DEPENDS of pico, and the PKGREVISION of both pico and pine.
To help avoid this problem in the future, add a comment to pico/Makefile,
indicating where the shlib version is maintained and when it should be bumped.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 01b8d43560e..a416a97cdd2 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.100 2005/01/25 10:08:59 adam Exp $ +# $NetBSD: Makefile,v 1.101 2005/01/31 19:09:16 tv Exp $ -DISTNAME= pine4.62 -PKGNAME= pine-4.62 -CATEGORIES= mail news +DISTNAME= pine4.62 +PKGNAME= pine-4.62 +PKGREVISION= 1 +CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ EXTRACT_SUFX= .tar.bz2 |