diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:24:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:24:20 +0000 |
commit | c1430cb4c9548636a90977769c6c6d56fced635c (patch) | |
tree | 66dc50465528f976c16995cb639d3672fae0c9ec /net/pear-File_Bittorrent2/Makefile | |
parent | 0ae3e29ab71eb33b4a88fc625efee3fd5690a80b (diff) | |
download | ports-c1430cb4c9548636a90977769c6c6d56fced635c.tar.gz ports-c1430cb4c9548636a90977769c6c6d56fced635c.zip |
Notes
Diffstat (limited to 'net/pear-File_Bittorrent2/Makefile')
-rw-r--r-- | net/pear-File_Bittorrent2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pear-File_Bittorrent2/Makefile b/net/pear-File_Bittorrent2/Makefile index 40a91d5cd736..237062a9a0bf 100644 --- a/net/pear-File_Bittorrent2/Makefile +++ b/net/pear-File_Bittorrent2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File_Bittorrent2 -DISTVERSION= 1.0.0RC1 +DISTVERSION= 1.2.0 CATEGORIES= net pear MAINTAINER= bg1tpt@gmail.com @@ -25,7 +25,8 @@ EXAMPLES= example.php example_mktorrent.php \ scrape.php torrentinfo.php _TESTSDIR= Tests -TESTS= AllTests.php Bug7406.php Bug8085.php FileBittorrent2.php +TESTS= AllTests.php Bug7406.php Bug8085.php FileBittorrent2.php \ + Bug14013.php post-extract: @ cd ${WRKSRC}/File; ${MV} Bittorrent2 ${WRKSRC} |