diff options
author | sf <sf@FreeBSD.org> | 2002-01-14 21:05:16 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-14 21:05:16 +0800 |
commit | cbb4dcad2579b6d338210e0ee6c87365ba610c7a (patch) | |
tree | 344ab4373a8f882cbeca2eb79305fa2a121624a7 | |
parent | e973acc2de0cb0b1f922c6775ff38add57645254 (diff) | |
download | freebsd-ports-gnome-cbb4dcad2579b6d338210e0ee6c87365ba610c7a.tar.gz freebsd-ports-gnome-cbb4dcad2579b6d338210e0ee6c87365ba610c7a.tar.zst freebsd-ports-gnome-cbb4dcad2579b6d338210e0ee6c87365ba610c7a.zip |
update to 0.10test3.
PR: 33408
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
-rw-r--r-- | www/aria/Makefile | 9 | ||||
-rw-r--r-- | www/aria/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index 67ab1d8d4468..c37b2a0b1a13 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -6,12 +6,11 @@ # PORTNAME= aria -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.10.2.t3 CATEGORIES= www MASTER_SITES= http://rabien.virtualave.net/linux/storage/sources/ \ http://aria.rednoah.com/storage/sources/ -DISTNAME= ${PORTNAME}-0.10.1test21 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.t/test/} MAINTAINER= nakai@FreeBSD.org @@ -19,13 +18,15 @@ USE_BZIP2= yes USE_GTK= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|^CXXFLAGS.*|CXXFLAGS = \@CXXFLAGS\@|' \ + ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) diff --git a/www/aria/distinfo b/www/aria/distinfo index 2c92c5404282..2d3a2c3bc753 100644 --- a/www/aria/distinfo +++ b/www/aria/distinfo @@ -1 +1 @@ -MD5 (aria-0.10.1test21.tar.bz2) = c416c0b631a2426551c9a671227afb1f +MD5 (aria-0.10.2test3.tar.bz2) = 2e1eda7874a397a362486fb86c96f0d2 |