diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-08 02:29:43 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-08 02:29:43 +0000 |
commit | 574d482b5c72118f51a745228afdefbc05be5ae7 (patch) | |
tree | 748da0e89bbe41121ad23f1458d5004bb06500e4 | |
parent | ae4f31b959686eb992e824034457d0f2e729e9ce (diff) | |
download | FreeBSD-ports-574d482b5c72118f51a745228afdefbc05be5ae7.zip FreeBSD-ports-574d482b5c72118f51a745228afdefbc05be5ae7.tar.gz |
Update to 0.10.2
PR: 68791
Submitted by: maintainer
-rw-r--r-- | www/screem-devel/Makefile | 11 | ||||
-rw-r--r-- | www/screem-devel/distinfo | 4 | ||||
-rw-r--r-- | www/screem/Makefile | 11 | ||||
-rw-r--r-- | www/screem/distinfo | 4 |
4 files changed, 18 insertions, 12 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 844d4e0..f7edccb 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -6,9 +6,8 @@ # PORTNAME= screem -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= www gnome +PORTVERSION= 0.10.2 +CATEGORIES= www editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +35,6 @@ USE_PERL5= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --without-included-neon -# --with-neon="${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ @@ -45,4 +43,9 @@ post-patch: post-configure: @${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h +# HACK: This allows test builds into a temporary directory, but in the REAL world, +# gconf would have created this directory. +pre-install: + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults + .include <bsd.port.mk> diff --git a/www/screem-devel/distinfo b/www/screem-devel/distinfo index 3f99be8..983b017 100644 --- a/www/screem-devel/distinfo +++ b/www/screem-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (screem-0.10.1.tar.gz) = 20b21890be18654b9e7b20e111a65a5c -SIZE (screem-0.10.1.tar.gz) = 2350120 +MD5 (screem-0.10.2.tar.gz) = a58c72555a6cecf34c2e2f6d9fda0288 +SIZE (screem-0.10.2.tar.gz) = 2350572 diff --git a/www/screem/Makefile b/www/screem/Makefile index 844d4e0..f7edccb 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -6,9 +6,8 @@ # PORTNAME= screem -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= www gnome +PORTVERSION= 0.10.2 +CATEGORIES= www editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +35,6 @@ USE_PERL5= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --without-included-neon -# --with-neon="${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ @@ -45,4 +43,9 @@ post-patch: post-configure: @${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h +# HACK: This allows test builds into a temporary directory, but in the REAL world, +# gconf would have created this directory. +pre-install: + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults + .include <bsd.port.mk> diff --git a/www/screem/distinfo b/www/screem/distinfo index 3f99be8..983b017 100644 --- a/www/screem/distinfo +++ b/www/screem/distinfo @@ -1,2 +1,2 @@ -MD5 (screem-0.10.1.tar.gz) = 20b21890be18654b9e7b20e111a65a5c -SIZE (screem-0.10.1.tar.gz) = 2350120 +MD5 (screem-0.10.2.tar.gz) = a58c72555a6cecf34c2e2f6d9fda0288 +SIZE (screem-0.10.2.tar.gz) = 2350572 |