diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-14 02:52:13 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-27 03:32:17 +0800 |
commit | e28d115bbd120ac7a51ba3118dd76aa213ee23fb (patch) | |
tree | 4cc1d70ea7bad75360ed2b2c847f2e86ff87cf5e /devel/hs-time-compat | |
parent | 69cf31911812a191795d674f635f763f863eaa9f (diff) | |
parent | dbc077bbc1ba74ae27a50f33ac98c4b908ccdf38 (diff) | |
download | freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.gz freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.zst freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.zip |
Git and myself don't get along, I messed up the master branch really good
attempt to correct this.
Diffstat (limited to 'devel/hs-time-compat')
-rw-r--r-- | devel/hs-time-compat/Makefile | 19 | ||||
-rw-r--r-- | devel/hs-time-compat/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-time-compat/pkg-descr | 3 |
3 files changed, 0 insertions, 25 deletions
diff --git a/devel/hs-time-compat/Makefile b/devel/hs-time-compat/Makefile index e1a2fb3f33f9..e69de29bb2d1 100644 --- a/devel/hs-time-compat/Makefile +++ b/devel/hs-time-compat/Makefile @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= time-compat -PORTVERSION= 0.1.0.3 -PORTREVISION= 13 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compatibility with old-time for the time package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= old-time - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/devel/hs-time-compat/distinfo b/devel/hs-time-compat/distinfo index a5e3aa568faa..e69de29bb2d1 100644 --- a/devel/hs-time-compat/distinfo +++ b/devel/hs-time-compat/distinfo @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627860 -SHA256 (cabal/time-compat-0.1.0.3.tar.gz) = 590711214510c0d2d09780c7fe3b21748bc4802e9053f78ccd6658e951fe0f7f -SIZE (cabal/time-compat-0.1.0.3.tar.gz) = 2256 diff --git a/devel/hs-time-compat/pkg-descr b/devel/hs-time-compat/pkg-descr index d4a08092033f..e69de29bb2d1 100644 --- a/devel/hs-time-compat/pkg-descr +++ b/devel/hs-time-compat/pkg-descr @@ -1,3 +0,0 @@ -Compatibility with the old-time package for the "new" time package. - -WWW: http://hub.darcs.net/dag/time-compat |