Upgrade to 0.99.2.
This commit is contained in:
parent
9f195cee53
commit
16bef451f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16092
4 changed files with 13 additions and 11 deletions
|
@ -1,15 +1,17 @@
|
|||
# New ports collection makefile for: libghttp
|
||||
# Version required: 0.99
|
||||
# Version required: 0.99.2
|
||||
# Date Created: 24 Dec 1998
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/12/23 19:14:23 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libghttp-0.99
|
||||
DISTNAME= libghttp-0.99.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/
|
||||
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \
|
||||
ftp://ftp.geo.net/pub/gnome/sources/latest/ \
|
||||
ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/latest/
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.ORG
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libghttp-0.99.tar.gz) = ec980b58739978a655f9334b1f685bcc
|
||||
MD5 (libghttp-0.99.2.tar.gz) = 280a55e8813b3a281b604257631d719a
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.in.orig Thu Dec 24 01:26:33 1998
|
||||
+++ Makefile.in Thu Dec 24 01:26:47 1998
|
||||
--- Makefile.in.orig Sun Jan 17 16:17:27 1999
|
||||
+++ Makefile.in Sun Jan 17 16:17:38 1999
|
||||
@@ -93,7 +93,7 @@
|
||||
ghttp.h \
|
||||
ghttp_constants.h
|
||||
|
||||
-libghttp_la_LDFLAGS = -version-info 99:0:99
|
||||
+libghttp_la_LDFLAGS = -version-info 0:1:0
|
||||
-libghttp_la_LDFLAGS = -version-info 99:2:99
|
||||
+libghttp_la_LDFLAGS = -version-info 0:2:0
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
|
|
@ -3,6 +3,6 @@ include/ghttp_constants.h
|
|||
lib/libghttp.a
|
||||
lib/libghttp.la
|
||||
lib/libghttp.so
|
||||
lib/libghttp.so.0.1
|
||||
lib/libghttp.so.0.2
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
|
|
Loading…
Reference in a new issue