mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.0.8
In addition, and this will be occuring with all ports that reference MASTER_SITE_GNOME as the primary download point, move to using bzip2 tarballs (wherever possible), and place distfile in gnome distfile subdirectory. Reviewed by: gnome (the bzip2 and moving of distfiles)
This commit is contained in:
parent
dca3a2ee6d
commit
a65931adcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54577
8 changed files with 18 additions and 28 deletions
|
@ -6,12 +6,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gconf
|
PORTNAME= gconf
|
||||||
PORTVERSION= 1.0.7
|
PORTVERSION= 1.0.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/GConf
|
MASTER_SITE_SUBDIR= stable/sources/GConf
|
||||||
DISTNAME= GConf-${PORTVERSION}
|
DISTNAME= GConf-${PORTVERSION}
|
||||||
|
DIST_SUBDIR= gnome
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
|
||||||
oaf.0:${PORTSDIR}/devel/oaf \
|
oaf.0:${PORTSDIR}/devel/oaf \
|
||||||
db3.2:${PORTSDIR}/databases/db3
|
db3.2:${PORTSDIR}/databases/db3
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOMELIBS= yes
|
USE_GNOMELIBS= yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (GConf-1.0.7.tar.gz) = eec527bd1590c175dd400ec5482a4b1c
|
MD5 (gnome/GConf-1.0.8.tar.bz2) = 3a7c7a1ba84e29c24f1522e53eab89cc
|
||||||
|
|
|
@ -1,14 +1,7 @@
|
||||||
|
--- configure.orig Mon Feb 11 15:20:43 2002
|
||||||
$FreeBSD$
|
+++ configure Mon Feb 11 15:22:24 2002
|
||||||
|
@@ -8516,3 +8516,3 @@
|
||||||
--- configure.orig Wed Nov 7 13:24:42 2001
|
|
||||||
+++ configure Wed Nov 7 13:25:30 2001
|
|
||||||
@@ -6627,7 +6627,7 @@
|
|
||||||
BDB_CFLAGS=
|
|
||||||
|
|
||||||
|
|
||||||
-for dblib in db-3.3 db-3.2 db-3.1 db-3; do
|
-for dblib in db-3.3 db-3.2 db-3.1 db-3; do
|
||||||
+for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do
|
+for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do
|
||||||
echo $ac_n "checking for db_env_create in -l$dblib""... $ac_c" 1>&6
|
as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh`
|
||||||
echo "configure:6633: checking for db_env_create in -l$dblib" >&5
|
|
||||||
ac_lib_var=`echo $dblib'_'db_env_create | sed 'y%./+-%__p_%'`
|
|
||||||
|
|
|
@ -34,6 +34,7 @@ share/locale/da/LC_MESSAGES/GConf.mo
|
||||||
share/locale/de/LC_MESSAGES/GConf.mo
|
share/locale/de/LC_MESSAGES/GConf.mo
|
||||||
share/locale/el/LC_MESSAGES/GConf.mo
|
share/locale/el/LC_MESSAGES/GConf.mo
|
||||||
share/locale/es/LC_MESSAGES/GConf.mo
|
share/locale/es/LC_MESSAGES/GConf.mo
|
||||||
|
share/locale/eu/LC_MESSAGES/GConf.mo
|
||||||
share/locale/fi/LC_MESSAGES/GConf.mo
|
share/locale/fi/LC_MESSAGES/GConf.mo
|
||||||
share/locale/fr/LC_MESSAGES/GConf.mo
|
share/locale/fr/LC_MESSAGES/GConf.mo
|
||||||
share/locale/ga/LC_MESSAGES/GConf.mo
|
share/locale/ga/LC_MESSAGES/GConf.mo
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gconf
|
PORTNAME= gconf
|
||||||
PORTVERSION= 1.0.7
|
PORTVERSION= 1.0.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/GConf
|
MASTER_SITE_SUBDIR= stable/sources/GConf
|
||||||
DISTNAME= GConf-${PORTVERSION}
|
DISTNAME= GConf-${PORTVERSION}
|
||||||
|
DIST_SUBDIR= gnome
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
|
||||||
oaf.0:${PORTSDIR}/devel/oaf \
|
oaf.0:${PORTSDIR}/devel/oaf \
|
||||||
db3.2:${PORTSDIR}/databases/db3
|
db3.2:${PORTSDIR}/databases/db3
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOMELIBS= yes
|
USE_GNOMELIBS= yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (GConf-1.0.7.tar.gz) = eec527bd1590c175dd400ec5482a4b1c
|
MD5 (gnome/GConf-1.0.8.tar.bz2) = 3a7c7a1ba84e29c24f1522e53eab89cc
|
||||||
|
|
|
@ -1,14 +1,7 @@
|
||||||
|
--- configure.orig Mon Feb 11 15:20:43 2002
|
||||||
$FreeBSD$
|
+++ configure Mon Feb 11 15:22:24 2002
|
||||||
|
@@ -8516,3 +8516,3 @@
|
||||||
--- configure.orig Wed Nov 7 13:24:42 2001
|
|
||||||
+++ configure Wed Nov 7 13:25:30 2001
|
|
||||||
@@ -6627,7 +6627,7 @@
|
|
||||||
BDB_CFLAGS=
|
|
||||||
|
|
||||||
|
|
||||||
-for dblib in db-3.3 db-3.2 db-3.1 db-3; do
|
-for dblib in db-3.3 db-3.2 db-3.1 db-3; do
|
||||||
+for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do
|
+for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do
|
||||||
echo $ac_n "checking for db_env_create in -l$dblib""... $ac_c" 1>&6
|
as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh`
|
||||||
echo "configure:6633: checking for db_env_create in -l$dblib" >&5
|
|
||||||
ac_lib_var=`echo $dblib'_'db_env_create | sed 'y%./+-%__p_%'`
|
|
||||||
|
|
|
@ -34,6 +34,7 @@ share/locale/da/LC_MESSAGES/GConf.mo
|
||||||
share/locale/de/LC_MESSAGES/GConf.mo
|
share/locale/de/LC_MESSAGES/GConf.mo
|
||||||
share/locale/el/LC_MESSAGES/GConf.mo
|
share/locale/el/LC_MESSAGES/GConf.mo
|
||||||
share/locale/es/LC_MESSAGES/GConf.mo
|
share/locale/es/LC_MESSAGES/GConf.mo
|
||||||
|
share/locale/eu/LC_MESSAGES/GConf.mo
|
||||||
share/locale/fi/LC_MESSAGES/GConf.mo
|
share/locale/fi/LC_MESSAGES/GConf.mo
|
||||||
share/locale/fr/LC_MESSAGES/GConf.mo
|
share/locale/fr/LC_MESSAGES/GConf.mo
|
||||||
share/locale/ga/LC_MESSAGES/GConf.mo
|
share/locale/ga/LC_MESSAGES/GConf.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue