mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.0.2.
This commit is contained in:
parent
0c46cc434d
commit
b8c12ccca8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65213
10 changed files with 8 additions and 64 deletions
|
@ -6,11 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= at-spi
|
PORTNAME= at-spi
|
||||||
PORTVERSION= 1.0.1
|
PORTVERSION= 1.0.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
|
MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME}
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gnome2/at-spi-1.0.1.tar.bz2) = 99567da24fb9e4170b234dcf88ed06da
|
MD5 (gnome2/at-spi-1.0.2.tar.bz2) = a242b806b58d924b7f58f769ff4e2298
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- cspi/Makefile.in 2002/04/12 09:56:02 1.1
|
|
||||||
+++ cspi/Makefile.in 2002/04/12 09:56:16
|
|
||||||
@@ -134,7 +134,7 @@
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libcspi.la
|
|
||||||
|
|
||||||
-INCLUDES = -I $(top_srcdir) -I $(top_builddir) $(LIBCSPI_CFLAGS)
|
|
||||||
+INCLUDES = -I $(top_srcdir) -I $(top_builddir) @X_CFLAGS@ $(LIBCSPI_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
LDFLAGS = $(LIBCSPI_LIBS) @LT_VERSION_INFO@
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- cspi/bonobo/Makefile.in 2002/04/12 09:55:03 1.1
|
|
||||||
+++ cspi/bonobo/Makefile.in 2002/04/12 09:55:22
|
|
||||||
@@ -129,7 +129,7 @@
|
|
||||||
X_LIBS = @X_LIBS@
|
|
||||||
cxxflags_set = @cxxflags_set@
|
|
||||||
|
|
||||||
-INCLUDES = -I $(top_srcdir) -I $(top_builddir) $(LIBCSPI_CFLAGS)
|
|
||||||
+INCLUDES = -I $(top_srcdir) -I $(top_builddir) @X_CFLAGS@ $(LIBCSPI_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libcspi-bonobo.la
|
|
|
@ -56,6 +56,7 @@ share/doc/at-spi-cspi/at-spi-cspi-spi-main-loop-and-initialization.html
|
||||||
share/doc/at-spi-cspi/at-spi-cspi-state-and-statesets.html
|
share/doc/at-spi-cspi/at-spi-cspi-state-and-statesets.html
|
||||||
share/doc/at-spi-cspi/book1.html
|
share/doc/at-spi-cspi/book1.html
|
||||||
share/doc/at-spi-cspi/c6121.html
|
share/doc/at-spi-cspi/c6121.html
|
||||||
|
share/doc/at-spi-cspi/c6124.html
|
||||||
share/doc/at-spi-cspi/index.sgml
|
share/doc/at-spi-cspi/index.sgml
|
||||||
share/doc/at-spi-cspi/spi-accessible.html
|
share/doc/at-spi-cspi/spi-accessible.html
|
||||||
share/doc/at-spi-cspi/spi-application.html
|
share/doc/at-spi-cspi/spi-application.html
|
||||||
|
|
|
@ -6,11 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= at-spi
|
PORTNAME= at-spi
|
||||||
PORTVERSION= 1.0.1
|
PORTVERSION= 1.0.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
|
MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME}
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gnome2/at-spi-1.0.1.tar.bz2) = 99567da24fb9e4170b234dcf88ed06da
|
MD5 (gnome2/at-spi-1.0.2.tar.bz2) = a242b806b58d924b7f58f769ff4e2298
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- cspi/Makefile.in 2002/04/12 09:56:02 1.1
|
|
||||||
+++ cspi/Makefile.in 2002/04/12 09:56:16
|
|
||||||
@@ -134,7 +134,7 @@
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libcspi.la
|
|
||||||
|
|
||||||
-INCLUDES = -I $(top_srcdir) -I $(top_builddir) $(LIBCSPI_CFLAGS)
|
|
||||||
+INCLUDES = -I $(top_srcdir) -I $(top_builddir) @X_CFLAGS@ $(LIBCSPI_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
LDFLAGS = $(LIBCSPI_LIBS) @LT_VERSION_INFO@
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- cspi/bonobo/Makefile.in 2002/04/12 09:55:03 1.1
|
|
||||||
+++ cspi/bonobo/Makefile.in 2002/04/12 09:55:22
|
|
||||||
@@ -129,7 +129,7 @@
|
|
||||||
X_LIBS = @X_LIBS@
|
|
||||||
cxxflags_set = @cxxflags_set@
|
|
||||||
|
|
||||||
-INCLUDES = -I $(top_srcdir) -I $(top_builddir) $(LIBCSPI_CFLAGS)
|
|
||||||
+INCLUDES = -I $(top_srcdir) -I $(top_builddir) @X_CFLAGS@ $(LIBCSPI_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libcspi-bonobo.la
|
|
|
@ -56,6 +56,7 @@ share/doc/at-spi-cspi/at-spi-cspi-spi-main-loop-and-initialization.html
|
||||||
share/doc/at-spi-cspi/at-spi-cspi-state-and-statesets.html
|
share/doc/at-spi-cspi/at-spi-cspi-state-and-statesets.html
|
||||||
share/doc/at-spi-cspi/book1.html
|
share/doc/at-spi-cspi/book1.html
|
||||||
share/doc/at-spi-cspi/c6121.html
|
share/doc/at-spi-cspi/c6121.html
|
||||||
|
share/doc/at-spi-cspi/c6124.html
|
||||||
share/doc/at-spi-cspi/index.sgml
|
share/doc/at-spi-cspi/index.sgml
|
||||||
share/doc/at-spi-cspi/spi-accessible.html
|
share/doc/at-spi-cspi/spi-accessible.html
|
||||||
share/doc/at-spi-cspi/spi-application.html
|
share/doc/at-spi-cspi/spi-application.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue