Skip to content

Commit

Permalink
Update to 1.2.0.1
Browse files Browse the repository at this point in the history
changes:
1.2, 1.2.0.1
 - Merge branch 'master' of https://github.com/cmears/temporary
1.1.2.5
 - Merge pull request #8 from xich/master
   Fix for 7.8
( #8 => batterseapower/temporary#8 )
  • Loading branch information
szptvlfn committed Mar 7, 2014
1 parent 38be871 commit e4d536b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions hs-temporary/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# $NetBSD$

DISTNAME= temporary-1.1.2.4
DISTNAME= temporary-1.2.0.1
CATEGORIES= sysutils

MAINTAINER= szptvlfn@a-net.email.ne.jp
COMMENT= Portable temporary file and directory support
LICENSE= modified-bsd


.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-exceptions/buildlink3.mk"
.include "../../wip/hs-transformers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 4 additions & 1 deletion hs-temporary/buildlink3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ BUILDLINK_TREE+= hs-temporary
.if !defined(HS_TEMPORARY_BUILDLINK3_MK)
HS_TEMPORARY_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-temporary+= hs-temporary>=1.1.2.4
BUILDLINK_API_DEPENDS.hs-temporary+= hs-temporary>=1.2.0
BUILDLINK_PKGSRCDIR.hs-temporary?= ../../wip/hs-temporary

.include "../../wip/hs-exceptions/buildlink3.mk"
.include "../../wip/hs-transformers/buildlink3.mk"
.endif # HS_TEMPORARY_BUILDLINK3_MK

BUILDLINK_TREE+= -hs-temporary
6 changes: 3 additions & 3 deletions hs-temporary/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD$

SHA1 (temporary-1.1.2.4.tar.gz) = 310b6d07014064b2ecafb794393c1bba76286a33
RMD160 (temporary-1.1.2.4.tar.gz) = 98810d844f38356388a09118f39ef86e9540e72a
Size (temporary-1.1.2.4.tar.gz) = 5220 bytes
SHA1 (temporary-1.2.0.1.tar.gz) = 95e4d5e61bd1ebffa09e44ff56413144c7c111c0
RMD160 (temporary-1.2.0.1.tar.gz) = 02bbc1ea39676d3e05fc3a9aaaad97d29911c1ba
Size (temporary-1.2.0.1.tar.gz) = 5311 bytes

0 comments on commit e4d536b

Please sign in to comment.