diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-25 10:20:36 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-25 10:20:36 +0000 |
commit | bbf8ff9552efd95ddbef723a9ee4ebedbd104ee5 (patch) | |
tree | fb427a1ce95ce560735d22bf11bb51636f41ef6d | |
parent | e2be85e5ce2229e5d0c067c6cdae7e73bcb386b0 (diff) | |
download | ports-bbf8ff9552efd95ddbef723a9ee4ebedbd104ee5.tar.gz ports-bbf8ff9552efd95ddbef723a9ee4ebedbd104ee5.zip |
Notes
-rw-r--r-- | net-im/pidgin-facebookchat/Makefile | 5 | ||||
-rw-r--r-- | net-im/pidgin-facebookchat/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile index b56abcb72655..b6ed36376b05 100644 --- a/net-im/pidgin-facebookchat/Makefile +++ b/net-im/pidgin-facebookchat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pidgin-facebookchat -PORTVERSION= 1.30 +PORTVERSION= 1.35 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PROJECTHOST}-source-${PORTVERSION} @@ -24,7 +24,8 @@ USE_BZIP2= yes PIXMAPS_DIR= ${PREFIX}/share/pixmaps/pidgin/protocols do-patch: - ${REINPLACE_CMD} "s#i686-pc-freebsd6.0-gcc#${CC}#" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s#i686-pc-freebsd6.0-gcc#${CC}#; s#/usr/local/#${LOCALBASE}/#g" \ + ${WRKSRC}/Makefile do-build: ${MAKE} -C ${WRKSRC} libfacebookbsd60.so diff --git a/net-im/pidgin-facebookchat/distinfo b/net-im/pidgin-facebookchat/distinfo index d77c145b4b68..72f7e2734669 100644 --- a/net-im/pidgin-facebookchat/distinfo +++ b/net-im/pidgin-facebookchat/distinfo @@ -1,3 +1,3 @@ -MD5 (pidgin-facebookchat-source-1.30.tar.bz2) = 30e0bb74df881924d64a48c81a67f4a5 -SHA256 (pidgin-facebookchat-source-1.30.tar.bz2) = 7499bcb798de654da69e66e221f1a6f4fffbb5ca5c36e757299166b18137c074 -SIZE (pidgin-facebookchat-source-1.30.tar.bz2) = 32682 +MD5 (pidgin-facebookchat-source-1.35.tar.bz2) = 80d8e91a094e67377cd816c5af8fcdec +SHA256 (pidgin-facebookchat-source-1.35.tar.bz2) = 2ded6c5777b47c26dc79203cf25db0e58aa3d43f95cad159ce80feb8e1df954f +SIZE (pidgin-facebookchat-source-1.35.tar.bz2) = 33697 |